Color Hex Logo

#db34af Color Hex

#DB34AF
(219,52,175)
0 Favorites   0 Comments

Color spaces of #db34af

RGB 21952175
HSL0.880.700.53
HSV316°76°86°
CMYK 0.000.760.20   0.14
XYZ38.179320.611242.5235
Yxy20.61120.37680.2034
Hunter Lab45.399670.6625-23.7543
CIE-Lab52.521373.5703-28.0504

#db34af color RGB value is (219,52,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110100 10101111
Octal 333 64 257
Decimal 219 52 175
Hex DB 34 AF

RGB Percentages of Color #db34af

%49.10
%11.66
%39.24

CMYK Percentages of Color #db34af

%0
%76
%20
%14

Triadic Colors of #db34af

#db34af #afdb34 #34afdb

Analogous Colors of #db34af

#db34af #db345c #b434db

Monochromatic Colors of #db34af

#db34af

Complementary Color

#db34af #34db60

#db34af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db34af Color Preview on White Background

Lorem ipsum dolor sit amet.

#db34af Color CSS Codes

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

#db34af Text Font Color

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

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


#db34af Background Color

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

This div background color is #db34af


#db34af Border Color

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

This div border color is #db34af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db34af


Comments

No comments written yet.

Please login to write comment.