Color Hex Logo

#de68cf Color Hex

#DE68CF
(222,104,207)
0 Favorites   0 Comments

Color spaces of #de68cf

RGB 222104207
HSL0.850.640.64
HSV308°53°87°
CMYK 0.000.530.07   0.13
XYZ46.337029.935262.3673
Yxy29.93520.33420.2159
Hunter Lab54.713155.4254-29.2854
CIE-Lab61.598359.0444-32.3071

#de68cf color RGB value is (222,104,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101000 11001111
Octal 336 150 317
Decimal 222 104 207
Hex DE 68 CF

RGB Percentages of Color #de68cf

%41.65
%19.51
%38.84

CMYK Percentages of Color #de68cf

%0
%53
%7
%13

Triadic Colors of #de68cf

#de68cf #cfde68 #68cfde

Analogous Colors of #de68cf

#de68cf #de6894 #b268de

Monochromatic Colors of #de68cf

#de68cf

Complementary Color

#de68cf #68de77

#de68cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de68cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#de68cf Color CSS Codes

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

#de68cf Text Font Color

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

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


#de68cf Background Color

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

This div background color is #de68cf


#de68cf Border Color

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

This div border color is #de68cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de68cf


Comments

No comments written yet.

Please login to write comment.