Color Hex Logo

#de68cb Color Hex

#DE68CB
(222,104,203)
0 Favorites   0 Comments

Color spaces of #de68cb

RGB 222104203
HSL0.860.640.64
HSV310°53°87°
CMYK 0.000.530.09   0.13
XYZ45.854029.742059.8239
Yxy29.74200.33860.2196
Hunter Lab54.536254.6442-26.8632
CIE-Lab61.431058.3935-30.3062

#de68cb color RGB value is (222,104,203).

#de68cb hex color red value is 222, green value is 104 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #de68cb hue: 0.86 , saturation: 0.64 and the lightness value of de68cb is 0.64.

The process color (four color CMYK) of #de68cb color hex is 0.00, 0.53, 0.09, 0.13. Web safe color of #de68cb is #cc66cc. Color #de68cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101000 11001011
Octal 336 150 313
Decimal 222 104 203
Hex DE 68 CB

RGB Percentages of Color #de68cb

%41.97
%19.66
%38.37

CMYK Percentages of Color #de68cb

%0
%53
%9
%13

Triadic Colors of #de68cb

#de68cb #cbde68 #68cbde

Analogous Colors of #de68cb

#de68cb #de6890 #b668de

Monochromatic Colors of #de68cb

#de68cb

Complementary Color

#de68cb #68de7b

#de68cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de68cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#de68cb Color CSS Codes

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

#de68cb Text Font Color

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

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


#de68cb Background Color

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

This div background color is #de68cb


#de68cb Border Color

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

This div border color is #de68cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de68cb


Comments

No comments written yet.

Please login to write comment.