Color Hex Logo

#de85cd Color Hex

#DE85CD
(222,133,205)
0 Favorites   0 Comments

Color spaces of #de85cd

RGB 222133205
HSL0.870.570.70
HSV311°40°87°
CMYK 0.000.400.08   0.13
XYZ49.531236.712462.2332
Yxy36.71240.33360.2473
Hunter Lab60.590839.8848-18.4837
CIE-Lab67.060744.3416-22.7700

#de85cd color RGB value is (222,133,205).

#de85cd hex color red value is 222, green value is 133 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #de85cd hue: 0.87 , saturation: 0.57 and the lightness value of de85cd is 0.70.

The process color (four color CMYK) of #de85cd color hex is 0.00, 0.40, 0.08, 0.13. Web safe color of #de85cd is #cc99cc. Color #de85cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000101 11001101
Octal 336 205 315
Decimal 222 133 205
Hex DE 85 CD

RGB Percentages of Color #de85cd

%39.64
%23.75
%36.61

CMYK Percentages of Color #de85cd

%0
%40
%8
%13

Triadic Colors of #de85cd

#de85cd #cdde85 #85cdde

Analogous Colors of #de85cd

#de85cd #de85a1 #c385de

Monochromatic Colors of #de85cd

#de85cd

Complementary Color

#de85cd #85de96

#de85cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de85cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#de85cd Color CSS Codes

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

#de85cd Text Font Color

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

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


#de85cd Background Color

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

This div background color is #de85cd


#de85cd Border Color

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

This div border color is #de85cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de85cd


Comments

No comments written yet.

Please login to write comment.