Color Hex Logo

#db58ca Color Hex

#DB58CA
(219,88,202)
0 Favorites   0 Comments

Color spaces of #db58ca

RGB 21988202
HSL0.850.650.60
HSV308°60°86°
CMYK 0.000.600.08   0.14
XYZ43.363826.303858.6687
Yxy26.30380.33790.2050
Hunter Lab51.287261.1707-31.9222
CIE-Lab58.324364.5530-34.6013

#db58ca color RGB value is (219,88,202).

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

The process color (four color CMYK) of #db58ca color hex is 0.00, 0.60, 0.08, 0.14. Web safe color of #db58ca is #cc66cc. Color #db58ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011000 11001010
Octal 333 130 312
Decimal 219 88 202
Hex DB 58 CA

RGB Percentages of Color #db58ca

%43.03
%17.29
%39.69

CMYK Percentages of Color #db58ca

%0
%60
%8
%14

Triadic Colors of #db58ca

#db58ca #cadb58 #58cadb

Analogous Colors of #db58ca

#db58ca #db5889 #ab58db

Monochromatic Colors of #db58ca

#db58ca

Complementary Color

#db58ca #58db69

#db58ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db58ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#db58ca Color CSS Codes

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

#db58ca Text Font Color

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

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


#db58ca Background Color

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

This div background color is #db58ca


#db58ca Border Color

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

This div border color is #db58ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db58ca


Comments

No comments written yet.

Please login to write comment.