Color Hex Logo

#db205f Color Hex

#DB205F
(219,32,95)
0 Favorites   0 Comments

Color spaces of #db205f

RGB 2193295
HSL0.940.750.49
HSV340°85°86°
CMYK 0.000.850.57   0.14
XYZ31.795516.919312.4164
Yxy16.91930.52010.2768
Hunter Lab41.133165.996010.8959
CIE-Lab48.158270.549013.6317

#db205f color RGB value is (219,32,95).

#db205f hex color red value is 219, green value is 32 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #db205f hue: 0.94 , saturation: 0.75 and the lightness value of db205f is 0.49.

The process color (four color CMYK) of #db205f color hex is 0.00, 0.85, 0.57, 0.14. Web safe color of #db205f is #cc3366. Color #db205f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100000 01011111
Octal 333 40 137
Decimal 219 32 95
Hex DB 20 5F

RGB Percentages of Color #db205f

%63.29
%9.25
%27.46

CMYK Percentages of Color #db205f

%0
%85
%57
%14

Triadic Colors of #db205f

#db205f #5fdb20 #205fdb

Analogous Colors of #db205f

#db205f #db3e20 #db20bd

Monochromatic Colors of #db205f

#db205f

Complementary Color

#db205f #20db9c

#db205f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db205f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db205f Color CSS Codes

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

#db205f Text Font Color

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

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


#db205f Background Color

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

This div background color is #db205f


#db205f Border Color

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

This div border color is #db205f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db205f


Comments

No comments written yet.

Please login to write comment.