Color Hex Logo

#de47cf Color Hex

#DE47CF
(222,71,207)
0 Favorites   0 Comments

Color spaces of #de47cf

RGB 22271207
HSL0.850.700.57
HSV306°68°87°
CMYK 0.000.680.07   0.13
XYZ43.639924.541161.4683
Yxy24.54110.33660.1893
Hunter Lab49.539070.5511-38.8902
CIE-Lab56.625572.6904-40.0788

#de47cf color RGB value is (222,71,207).

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

The process color (four color CMYK) of #de47cf color hex is 0.00, 0.68, 0.07, 0.13. Web safe color of #de47cf is #cc33cc. Color #de47cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01000111 11001111
Octal 336 107 317
Decimal 222 71 207
Hex DE 47 CF

RGB Percentages of Color #de47cf

%44.40
%14.20
%41.40

CMYK Percentages of Color #de47cf

%0
%68
%7
%13

Triadic Colors of #de47cf

#de47cf #cfde47 #47cfde

Analogous Colors of #de47cf

#de47cf #de4784 #a247de

Monochromatic Colors of #de47cf

#de47cf

Complementary Color

#de47cf #47de56

#de47cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de47cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#de47cf Color CSS Codes

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

#de47cf Text Font Color

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

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


#de47cf Background Color

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

This div background color is #de47cf


#de47cf Border Color

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

This div border color is #de47cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,71,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 #de47cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de47cf


Comments

No comments written yet.

Please login to write comment.