Color Hex Logo

#d55cde Color Hex

#D55CDE
(213,92,222)
0 Favorites   0 Comments

Color spaces of #d55cde

RGB 21392222
HSL0.820.660.62
HSV296°59°87°
CMYK 0.040.590.00   0.13
XYZ44.452527.074471.9902
Yxy27.07440.30970.1886
Hunter Lab52.033161.4369-45.6074
CIE-Lab59.043164.6492-44.8499

#d55cde color RGB value is (213,92,222).

#d55cde hex color red value is 213, green value is 92 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d55cde hue: 0.82 , saturation: 0.66 and the lightness value of d55cde is 0.62.

The process color (four color CMYK) of #d55cde color hex is 0.04, 0.59, 0.00, 0.13. Web safe color of #d55cde is #cc66cc. Color #d55cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011100 11011110
Octal 325 134 336
Decimal 213 92 222
Hex D5 5C DE

RGB Percentages of Color #d55cde

%40.42
%17.46
%42.13

CMYK Percentages of Color #d55cde

%4
%59
%0
%13

Triadic Colors of #d55cde

#d55cde #ded55c #5cded5

Analogous Colors of #d55cde

#d55cde #de5ca6 #945cde

Monochromatic Colors of #d55cde

#d55cde

Complementary Color

#d55cde #65de5c

#d55cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55cde Color CSS Codes

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

#d55cde Text Font Color

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

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


#d55cde Background Color

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

This div background color is #d55cde


#d55cde Border Color

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

This div border color is #d55cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55cde


Comments

No comments written yet.

Please login to write comment.