color codes Logo

#d55ebc color codes

#D55EBC
(213,94,188)
0 Favorites   0 Comments

Color spaces of #d55ebc

RGB 21394188
HSL0.870.590.60
HSV313°56°84°
CMYK 0.000.560.12   0.16
XYZ40.520425.782450.4178
Yxy25.78240.34720.2209
Hunter Lab50.776453.5874-23.3278
CIE-Lab57.829958.0799-27.4359

#d55ebc color RGB value is (213,94,188).

#d55ebc hex color red value is 213, green value is 94 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d55ebc hue: 0.87 , saturation: 0.59 and the lightness value of d55ebc is 0.60.

The process color (four color CMYK) of #d55ebc color code is 0.00, 0.56, 0.12, 0.16. Web safe color of #d55ebc is #cc66cc. Color #d55ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011110 10111100
Octal 325 136 274
Decimal 213 94 188
Hex D5 5E BC

RGB Percentages of Color #d55ebc

%43.03
%18.99
%37.98

CMYK Percentages of Color #d55ebc

%0
%56
%12
%16

Triadic Colors of #d55ebc

#d55ebc #bcd55e #5ebcd5

Analogous Colors of #d55ebc

#d55ebc #d55e81 #b35ed5

Monochromatic Colors of #d55ebc

#d55ebc

Complementary Color

#d55ebc #5ed577

#d55ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55ebc Color CSS Codes

.mybgcolor {background-color:#d55ebc; } 
.myforecolor {color:#d55ebc; }
.mybordercolor {border:3px solid #d55ebc; }

#d55ebc Text Font Color

<p style="color:#d55ebc">Text here</p>

This sample text font color is #d55ebc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d55ebc Background Color

<div style="background-color:#d55ebc">
Div content here</div>

This div background color is #d55ebc


#d55ebc Border Color

<div style="border:3px solid #d55ebc">
Div here</div>

This div border color is #d55ebc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,94,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d55ebc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d55ebc;
  -webkit-box-shadow: 1px 1px 3px 2px #d55ebc;
  box-shadow:         1px 1px 3px 2px #d55ebc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,94,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d55ebc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d55ebc;
  -webkit-box-shadow: 1px 1px 3px 2px #d55ebc;
  box-shadow:         1px 1px 3px 2px #d55ebc;">
Div content here</div>

This div box has shadow with color #d55ebc


Comments

No comments written yet.

Please login to write comment.