Color Hex Logo

#de58bd Color Hex

#DE58BD
(222,88,189)
0 Favorites   0 Comments

Color spaces of #de58bd

RGB 22288189
HSL0.870.670.61
HSV315°60°87°
CMYK 0.000.600.15   0.13
XYZ42.799226.183250.9422
Yxy26.18320.35690.2183
Hunter Lab51.169559.7543-23.2079
CIE-Lab58.210563.3655-27.3142

#de58bd color RGB value is (222,88,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011000 10111101
Octal 336 130 275
Decimal 222 88 189
Hex DE 58 BD

RGB Percentages of Color #de58bd

%44.49
%17.64
%37.88

CMYK Percentages of Color #de58bd

%0
%60
%15
%13

Triadic Colors of #de58bd

#de58bd #bdde58 #58bdde

Analogous Colors of #de58bd

#de58bd #de587a #bc58de

Monochromatic Colors of #de58bd

#de58bd

Complementary Color

#de58bd #58de79

#de58bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de58bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#de58bd Color CSS Codes

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

#de58bd Text Font Color

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

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


#de58bd Background Color

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

This div background color is #de58bd


#de58bd Border Color

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

This div border color is #de58bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de58bd


Comments

No comments written yet.

Please login to write comment.