Color Hex Logo

#de84be Color Hex

#DE84BE
(222,132,190)
0 Favorites   0 Comments

Color spaces of #de84be

RGB 222132190
HSL0.890.580.69
HSV321°41°87°
CMYK 0.000.410.14   0.13
XYZ47.669735.749853.1031
Yxy35.74980.34920.2619
Hunter Lab59.791137.6783-10.8042
CIE-Lab66.328342.3934-15.4831

#de84be color RGB value is (222,132,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000100 10111110
Octal 336 204 276
Decimal 222 132 190
Hex DE 84 BE

RGB Percentages of Color #de84be

%40.81
%24.26
%34.93

CMYK Percentages of Color #de84be

%0
%41
%14
%13

Triadic Colors of #de84be

#de84be #bede84 #84bede

Analogous Colors of #de84be

#de84be #de8491 #d184de

Monochromatic Colors of #de84be

#de84be

Complementary Color

#de84be #84dea4

#de84be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de84be Color Preview on White Background

Lorem ipsum dolor sit amet.

#de84be Color CSS Codes

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

#de84be Text Font Color

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

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


#de84be Background Color

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

This div background color is #de84be


#de84be Border Color

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

This div border color is #de84be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de84be


Comments

No comments written yet.

Please login to write comment.