Color Hex Logo

#de82d2 Color Hex

#DE82D2
(222,130,210)
0 Favorites   0 Comments

Color spaces of #de82d2

RGB 222130210
HSL0.860.580.69
HSV308°41°87°
CMYK 0.000.410.05   0.13
XYZ49.739736.148065.3285
Yxy36.14800.32890.2390
Hunter Lab60.123242.4568-22.3369
CIE-Lab66.632946.7496-26.2150

#de82d2 color RGB value is (222,130,210).

#de82d2 hex color red value is 222, green value is 130 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #de82d2 hue: 0.86 , saturation: 0.58 and the lightness value of de82d2 is 0.69.

The process color (four color CMYK) of #de82d2 color hex is 0.00, 0.41, 0.05, 0.13. Web safe color of #de82d2 is #cc99cc. Color #de82d2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000010 11010010
Octal 336 202 322
Decimal 222 130 210
Hex DE 82 D2

RGB Percentages of Color #de82d2

%39.50
%23.13
%37.37

CMYK Percentages of Color #de82d2

%0
%41
%5
%13

Triadic Colors of #de82d2

#de82d2 #d2de82 #82d2de

Analogous Colors of #de82d2

#de82d2 #de82a4 #bc82de

Monochromatic Colors of #de82d2

#de82d2

Complementary Color

#de82d2 #82de8e

#de82d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de82d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de82d2 Color CSS Codes

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

#de82d2 Text Font Color

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

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


#de82d2 Background Color

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

This div background color is #de82d2


#de82d2 Border Color

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

This div border color is #de82d2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de82d2


Comments

No comments written yet.

Please login to write comment.