Color Hex Logo

#db42af Color Hex

#DB42AF
(219,66,175)
0 Favorites   0 Comments

Color spaces of #db42af

RGB 21966175
HSL0.880.680.56
HSV317°70°86°
CMYK 0.000.700.20   0.14
XYZ38.899522.051642.7636
Yxy22.05160.37510.2126
Hunter Lab46.959165.6854-21.1214
CIE-Lab54.081769.1498-25.6348

#db42af color RGB value is (219,66,175).

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

The process color (four color CMYK) of #db42af color hex is 0.00, 0.70, 0.20, 0.14. Web safe color of #db42af is #cc3399. Color #db42af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000010 10101111
Octal 333 102 257
Decimal 219 66 175
Hex DB 42 AF

RGB Percentages of Color #db42af

%47.61
%14.35
%38.04

CMYK Percentages of Color #db42af

%0
%70
%20
%14

Triadic Colors of #db42af

#db42af #afdb42 #42afdb

Analogous Colors of #db42af

#db42af #db4263 #bb42db

Monochromatic Colors of #db42af

#db42af

Complementary Color

#db42af #42db6e

#db42af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db42af Color Preview on White Background

Lorem ipsum dolor sit amet.

#db42af Color CSS Codes

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

#db42af Text Font Color

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

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


#db42af Background Color

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

This div background color is #db42af


#db42af Border Color

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

This div border color is #db42af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db42af


Comments

No comments written yet.

Please login to write comment.