Color Hex Logo

#de58bc Color Hex

#DE58BC
(222,88,188)
0 Favorites   0 Comments

Color spaces of #de58bc

RGB 22288188
HSL0.880.670.61
HSV315°60°87°
CMYK 0.000.600.15   0.13
XYZ42.691026.139950.3724
Yxy26.13990.35810.2193
Hunter Lab51.127259.5742-22.6257
CIE-Lab58.169663.2187-26.8038

#de58bc color RGB value is (222,88,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011000 10111100
Octal 336 130 274
Decimal 222 88 188
Hex DE 58 BC

RGB Percentages of Color #de58bc

%44.58
%17.67
%37.75

CMYK Percentages of Color #de58bc

%0
%60
%15
%13

Triadic Colors of #de58bc

#de58bc #bcde58 #58bcde

Analogous Colors of #de58bc

#de58bc #de5879 #bd58de

Monochromatic Colors of #de58bc

#de58bc

Complementary Color

#de58bc #58de7a

#de58bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de58bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de58bc Color CSS Codes

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

#de58bc Text Font Color

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

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


#de58bc Background Color

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

This div background color is #de58bc


#de58bc Border Color

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

This div border color is #de58bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de58bc


Comments

No comments written yet.

Please login to write comment.