Color Hex Logo

#db588d Color Hex

#DB588D
(219,88,141)
0 Favorites   0 Comments

Color spaces of #db588d

RGB 21988141
HSL0.930.650.60
HSV336°60°86°
CMYK 0.000.600.36   0.14
XYZ37.510923.962627.8475
Yxy23.96260.42000.2683
Hunter Lab48.951651.11660.5373
CIE-Lab56.050356.1935-2.7270

#db588d color RGB value is (219,88,141).

#db588d hex color red value is 219, green value is 88 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #db588d hue: 0.93 , saturation: 0.65 and the lightness value of db588d is 0.60.

The process color (four color CMYK) of #db588d color hex is 0.00, 0.60, 0.36, 0.14. Web safe color of #db588d is #cc6699. Color #db588d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011000 10001101
Octal 333 130 215
Decimal 219 88 141
Hex DB 58 8D

RGB Percentages of Color #db588d

%48.88
%19.64
%31.47

CMYK Percentages of Color #db588d

%0
%60
%36
%14

Triadic Colors of #db588d

#db588d #8ddb58 #588ddb

Analogous Colors of #db588d

#db588d #db6558 #db58cf

Monochromatic Colors of #db588d

#db588d

Complementary Color

#db588d #58dba6

#db588d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db588d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db588d Color CSS Codes

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

#db588d Text Font Color

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

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


#db588d Background Color

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

This div background color is #db588d


#db588d Border Color

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

This div border color is #db588d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db588d


Comments

No comments written yet.

Please login to write comment.