Color Hex Logo

#db619a Color Hex

#DB619A
(219,97,154)
0 Favorites   0 Comments

Color spaces of #db619a

RGB 21997154
HSL0.920.630.62
HSV332°56°86°
CMYK 0.000.560.30   0.14
XYZ39.320825.942633.5068
Yxy25.94260.39810.2627
Hunter Lab50.933948.6672-3.3502
CIE-Lab57.982553.6713-7.4710

#db619a color RGB value is (219,97,154).

#db619a hex color red value is 219, green value is 97 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #db619a hue: 0.92 , saturation: 0.63 and the lightness value of db619a is 0.62.

The process color (four color CMYK) of #db619a color hex is 0.00, 0.56, 0.30, 0.14. Web safe color of #db619a is #cc6699. Color #db619a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100001 10011010
Octal 333 141 232
Decimal 219 97 154
Hex DB 61 9A

RGB Percentages of Color #db619a

%46.60
%20.64
%32.77

CMYK Percentages of Color #db619a

%0
%56
%30
%14

Triadic Colors of #db619a

#db619a #9adb61 #619adb

Analogous Colors of #db619a

#db619a #db6561 #db61d7

Monochromatic Colors of #db619a

#db619a

Complementary Color

#db619a #61dba2

#db619a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db619a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db619a Color CSS Codes

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

#db619a Text Font Color

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

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


#db619a Background Color

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

This div background color is #db619a


#db619a Border Color

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

This div border color is #db619a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db619a


Comments

No comments written yet.

Please login to write comment.