Color Hex Logo

#db1caf Color Hex

#DB1CAF
(219,28,175)
0 Favorites   0 Comments

Color spaces of #db1caf

RGB 21928175
HSL0.870.770.48
HSV314°87°86°
CMYK 0.000.870.20   0.14
XYZ37.366518.985742.2526
Yxy18.98570.37900.1925
Hunter Lab43.572676.8241-26.9931
CIE-Lab50.670578.9113-30.9305

#db1caf color RGB value is (219,28,175).

#db1caf hex color red value is 219, green value is 28 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #db1caf hue: 0.87 , saturation: 0.77 and the lightness value of db1caf is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00011100 10101111
Octal 333 34 257
Decimal 219 28 175
Hex DB 1C AF

RGB Percentages of Color #db1caf

%51.90
%6.64
%41.47

CMYK Percentages of Color #db1caf

%0
%87
%20
%14

Triadic Colors of #db1caf

#db1caf #afdb1c #1cafdb

Analogous Colors of #db1caf

#db1caf #db1c4f #a81cdb

Monochromatic Colors of #db1caf

#db1caf

Complementary Color

#db1caf #1cdb48

#db1caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db1caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db1caf Color CSS Codes

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

#db1caf Text Font Color

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

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


#db1caf Background Color

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

This div background color is #db1caf


#db1caf Border Color

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

This div border color is #db1caf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,28,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 #db1caf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db1caf


Comments

No comments written yet.

Please login to write comment.