Color Hex Logo

#db49ca Color Hex

#DB49CA
(219,73,202)
0 Favorites   0 Comments

Color spaces of #db49ca

RGB 21973202
HSL0.850.670.57
HSV307°67°86°
CMYK 0.000.670.08   0.14
XYZ42.256624.089458.2997
Yxy24.08940.33900.1933
Hunter Lab49.081067.7892-36.0696
CIE-Lab56.177270.5034-37.9613

#db49ca color RGB value is (219,73,202).

#db49ca hex color red value is 219, green value is 73 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #db49ca hue: 0.85 , saturation: 0.67 and the lightness value of db49ca is 0.57.

The process color (four color CMYK) of #db49ca color hex is 0.00, 0.67, 0.08, 0.14. Web safe color of #db49ca is #cc33cc. Color #db49ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001001 11001010
Octal 333 111 312
Decimal 219 73 202
Hex DB 49 CA

RGB Percentages of Color #db49ca

%44.33
%14.78
%40.89

CMYK Percentages of Color #db49ca

%0
%67
%8
%14

Triadic Colors of #db49ca

#db49ca #cadb49 #49cadb

Analogous Colors of #db49ca

#db49ca #db4981 #a349db

Monochromatic Colors of #db49ca

#db49ca

Complementary Color

#db49ca #49db5a

#db49ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db49ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#db49ca Color CSS Codes

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

#db49ca Text Font Color

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

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


#db49ca Background Color

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

This div background color is #db49ca


#db49ca Border Color

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

This div border color is #db49ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db49ca


Comments

No comments written yet.

Please login to write comment.