Color Hex Logo

#de79bc Color Hex

#DE79BC
(222,121,188)
0 Favorites   0 Comments

Color spaces of #de79bc

RGB 222121188
HSL0.890.600.67
HSV320°45°87°
CMYK 0.000.450.15   0.13
XYZ46.038732.835251.4883
Yxy32.83520.35320.2519
Hunter Lab57.302043.1355-13.1632
CIE-Lab64.027247.7284-17.8383

#de79bc color RGB value is (222,121,188).

#de79bc hex color red value is 222, green value is 121 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #de79bc hue: 0.89 , saturation: 0.60 and the lightness value of de79bc is 0.67.

The process color (four color CMYK) of #de79bc color hex is 0.00, 0.45, 0.15, 0.13. Web safe color of #de79bc is #cc66cc. Color #de79bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01111001 10111100
Octal 336 171 274
Decimal 222 121 188
Hex DE 79 BC

RGB Percentages of Color #de79bc

%41.81
%22.79
%35.40

CMYK Percentages of Color #de79bc

%0
%45
%15
%13

Triadic Colors of #de79bc

#de79bc #bcde79 #79bcde

Analogous Colors of #de79bc

#de79bc #de798a #ce79de

Monochromatic Colors of #de79bc

#de79bc

Complementary Color

#de79bc #79de9b

#de79bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de79bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de79bc Color CSS Codes

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

#de79bc Text Font Color

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

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


#de79bc Background Color

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

This div background color is #de79bc


#de79bc Border Color

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

This div border color is #de79bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de79bc


Comments

No comments written yet.

Please login to write comment.