Color Hex Logo

#de47be Color Hex

#DE47BE
(222,71,190)
0 Favorites   0 Comments

Color spaces of #de47be

RGB 22271190
HSL0.870.700.57
HSV313°68°87°
CMYK 0.000.680.14   0.13
XYZ41.671723.753851.1038
Yxy23.75380.35760.2038
Hunter Lab48.737967.3292-28.0517
CIE-Lab55.840470.1860-31.5646

#de47be color RGB value is (222,71,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01000111 10111110
Octal 336 107 276
Decimal 222 71 190
Hex DE 47 BE

RGB Percentages of Color #de47be

%45.96
%14.70
%39.34

CMYK Percentages of Color #de47be

%0
%68
%14
%13

Triadic Colors of #de47be

#de47be #bede47 #47bede

Analogous Colors of #de47be

#de47be #de4773 #b347de

Monochromatic Colors of #de47be

#de47be

Complementary Color

#de47be #47de67

#de47be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de47be Color Preview on White Background

Lorem ipsum dolor sit amet.

#de47be Color CSS Codes

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

#de47be Text Font Color

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

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


#de47be Background Color

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

This div background color is #de47be


#de47be Border Color

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

This div border color is #de47be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de47be


Comments

No comments written yet.

Please login to write comment.