Color Hex Logo

#d55eca Color Hex

#D55ECA
(213,94,202)
0 Favorites   0 Comments

Color spaces of #d55eca

RGB 21394202
HSL0.850.590.60
HSV306°56°84°
CMYK 0.000.560.05   0.16
XYZ42.103926.415858.7568
Yxy26.41580.33080.2075
Hunter Lab51.396356.2838-31.8035
CIE-Lab58.429660.3344-34.5011

#d55eca color RGB value is (213,94,202).

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

The process color (four color CMYK) of #d55eca color hex is 0.00, 0.56, 0.05, 0.16. Web safe color of #d55eca is #cc66cc. Color #d55eca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011110 11001010
Octal 325 136 312
Decimal 213 94 202
Hex D5 5E CA

RGB Percentages of Color #d55eca

%41.85
%18.47
%39.69

CMYK Percentages of Color #d55eca

%0
%56
%5
%16

Triadic Colors of #d55eca

#d55eca #cad55e #5ecad5

Analogous Colors of #d55eca

#d55eca #d55e8f #a55ed5

Monochromatic Colors of #d55eca

#d55eca

Complementary Color

#d55eca #5ed569

#d55eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55eca Color CSS Codes

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

#d55eca Text Font Color

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

This sample text font color is #d55eca
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.


#d55eca Background Color

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

This div background color is #d55eca


#d55eca Border Color

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

This div border color is #d55eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55eca


Comments

No comments written yet.

Please login to write comment.