Color Hex Logo

#db277a Color Hex

#DB277A
(219,39,122)
0 Favorites   0 Comments

Color spaces of #db277a

RGB 21939122
HSL0.920.710.51
HSV332°82°86°
CMYK 0.000.820.44   0.14
XYZ33.451817.916220.1074
Yxy17.91620.46800.2507
Hunter Lab42.327566.99681.4640
CIE-Lab49.394371.1461-1.1437

#db277a color RGB value is (219,39,122).

#db277a hex color red value is 219, green value is 39 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #db277a hue: 0.92 , saturation: 0.71 and the lightness value of db277a is 0.51.

The process color (four color CMYK) of #db277a color hex is 0.00, 0.82, 0.44, 0.14. Web safe color of #db277a is #cc3366. Color #db277a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100111 01111010
Octal 333 47 172
Decimal 219 39 122
Hex DB 27 7A

RGB Percentages of Color #db277a

%57.63
%10.26
%32.11

CMYK Percentages of Color #db277a

%0
%82
%44
%14

Triadic Colors of #db277a

#db277a #7adb27 #277adb

Analogous Colors of #db277a

#db277a #db2e27 #db27d4

Monochromatic Colors of #db277a

#db277a

Complementary Color

#db277a #27db88

#db277a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db277a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db277a Color CSS Codes

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

#db277a Text Font Color

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

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


#db277a Background Color

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

This div background color is #db277a


#db277a Border Color

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

This div border color is #db277a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db277a


Comments

No comments written yet.

Please login to write comment.