Color Hex Logo

#db54a7 Color Hex

#DB54A7
(219,84,167)
0 Favorites   0 Comments

Color spaces of #db54a7

RGB 21984167
HSL0.900.650.59
HSV323°62°86°
CMYK 0.000.620.24   0.14
XYZ39.358824.190739.1541
Yxy24.19070.38320.2355
Hunter Lab49.184056.7699-12.7704
CIE-Lab56.278261.1374-17.6051

#db54a7 color RGB value is (219,84,167).

#db54a7 hex color red value is 219, green value is 84 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #db54a7 hue: 0.90 , saturation: 0.65 and the lightness value of db54a7 is 0.59.

The process color (four color CMYK) of #db54a7 color hex is 0.00, 0.62, 0.24, 0.14. Web safe color of #db54a7 is #cc6699. Color #db54a7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010100 10100111
Octal 333 124 247
Decimal 219 84 167
Hex DB 54 A7

RGB Percentages of Color #db54a7

%46.60
%17.87
%35.53

CMYK Percentages of Color #db54a7

%0
%62
%24
%14

Triadic Colors of #db54a7

#db54a7 #a7db54 #54a7db

Analogous Colors of #db54a7

#db54a7 #db5463 #cc54db

Monochromatic Colors of #db54a7

#db54a7

Complementary Color

#db54a7 #54db88

#db54a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db54a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db54a7 Color CSS Codes

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

#db54a7 Text Font Color

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

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


#db54a7 Background Color

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

This div background color is #db54a7


#db54a7 Border Color

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

This div border color is #db54a7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db54a7


Comments

No comments written yet.

Please login to write comment.