Color Hex Logo

#db439a Color Hex

#DB439A
(219,67,154)
0 Favorites   0 Comments

Color spaces of #db439a

RGB 21967154
HSL0.900.680.56
HSV326°69°86°
CMYK 0.000.690.30   0.14
XYZ37.053321.407532.7510
Yxy21.40750.40620.2347
Hunter Lab46.268261.9799-9.5807
CIE-Lab53.392666.1517-14.3617

#db439a color RGB value is (219,67,154).

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

The process color (four color CMYK) of #db439a color hex is 0.00, 0.69, 0.30, 0.14. Web safe color of #db439a is #cc3399. Color #db439a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000011 10011010
Octal 333 103 232
Decimal 219 67 154
Hex DB 43 9A

RGB Percentages of Color #db439a

%49.77
%15.23
%35.00

CMYK Percentages of Color #db439a

%0
%69
%30
%14

Triadic Colors of #db439a

#db439a #9adb43 #439adb

Analogous Colors of #db439a

#db439a #db434e #d043db

Monochromatic Colors of #db439a

#db439a

Complementary Color

#db439a #43db84

#db439a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db439a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db439a Color CSS Codes

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

#db439a Text Font Color

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

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


#db439a Background Color

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

This div background color is #db439a


#db439a Border Color

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

This div border color is #db439a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db439a


Comments

No comments written yet.

Please login to write comment.