Color Hex Logo

#db5498 Color Hex

#DB5498
(219,84,152)
0 Favorites   0 Comments

Color spaces of #db5498

RGB 21984152
HSL0.920.650.59
HSV330°62°86°
CMYK 0.000.620.31   0.14
XYZ38.051223.667732.2686
Yxy23.66770.40490.2518
Hunter Lab48.649554.4773-5.2717
CIE-Lab55.753559.2253-9.6299

#db5498 color RGB value is (219,84,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010100 10011000
Octal 333 124 230
Decimal 219 84 152
Hex DB 54 98

RGB Percentages of Color #db5498

%48.13
%18.46
%33.41

CMYK Percentages of Color #db5498

%0
%62
%31
%14

Triadic Colors of #db5498

#db5498 #98db54 #5498db

Analogous Colors of #db5498

#db5498 #db5455 #db54db

Monochromatic Colors of #db5498

#db5498

Complementary Color

#db5498 #54db97

#db5498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5498 Color CSS Codes

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

#db5498 Text Font Color

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

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


#db5498 Background Color

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

This div background color is #db5498


#db5498 Border Color

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

This div border color is #db5498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5498


Comments

No comments written yet.

Please login to write comment.