Color Hex Logo

#db42cf Color Hex

#DB42CF
(219,66,207)
0 Favorites   0 Comments

Color spaces of #db42cf

RGB 21966207
HSL0.850.680.56
HSV305°70°86°
CMYK 0.000.700.05   0.14
XYZ42.424123.461561.3240
Yxy23.46150.33350.1844
Hunter Lab48.437171.5762-41.1585
CIE-Lab55.544673.7339-41.8131

#db42cf color RGB value is (219,66,207).

#db42cf hex color red value is 219, green value is 66 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #db42cf hue: 0.85 , saturation: 0.68 and the lightness value of db42cf is 0.56.

The process color (four color CMYK) of #db42cf color hex is 0.00, 0.70, 0.05, 0.14. Web safe color of #db42cf is #cc33cc. Color #db42cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000010 11001111
Octal 333 102 317
Decimal 219 66 207
Hex DB 42 CF

RGB Percentages of Color #db42cf

%44.51
%13.41
%42.07

CMYK Percentages of Color #db42cf

%0
%70
%5
%14

Triadic Colors of #db42cf

#db42cf #cfdb42 #42cfdb

Analogous Colors of #db42cf

#db42cf #db4283 #9b42db

Monochromatic Colors of #db42cf

#db42cf

Complementary Color

#db42cf #42db4e

#db42cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db42cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db42cf Color CSS Codes

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

#db42cf Text Font Color

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

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


#db42cf Background Color

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

This div background color is #db42cf


#db42cf Border Color

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

This div border color is #db42cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db42cf


Comments

No comments written yet.

Please login to write comment.