Color Hex Logo

#de59bc Color Hex

#DE59BC
(222,89,188)
0 Favorites   0 Comments

Color spaces of #de59bc

RGB 22289188
HSL0.880.670.61
HSV315°60°87°
CMYK 0.000.600.15   0.13
XYZ42.773726.305250.3999
Yxy26.30520.35800.2202
Hunter Lab51.288659.1105-22.3606
CIE-Lab58.325662.7933-26.5629

#de59bc color RGB value is (222,89,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011001 10111100
Octal 336 131 274
Decimal 222 89 188
Hex DE 59 BC

RGB Percentages of Color #de59bc

%44.49
%17.84
%37.68

CMYK Percentages of Color #de59bc

%0
%60
%15
%13

Triadic Colors of #de59bc

#de59bc #bcde59 #59bcde

Analogous Colors of #de59bc

#de59bc #de597a #be59de

Monochromatic Colors of #de59bc

#de59bc

Complementary Color

#de59bc #59de7b

#de59bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de59bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de59bc Color CSS Codes

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

#de59bc Text Font Color

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

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


#de59bc Background Color

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

This div background color is #de59bc


#de59bc Border Color

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

This div border color is #de59bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de59bc


Comments

No comments written yet.

Please login to write comment.