Color Hex Logo

#db54cc Color Hex

#DB54CC
(219,84,204)
0 Favorites   0 Comments

Color spaces of #db54cc

RGB 21984204
HSL0.850.650.59
HSV307°62°86°
CMYK 0.000.620.07   0.14
XYZ43.282825.760359.8177
Yxy25.76030.33590.1999
Hunter Lab50.754663.4017-34.3490
CIE-Lab57.808866.5350-36.5457

#db54cc color RGB value is (219,84,204).

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

The process color (four color CMYK) of #db54cc color hex is 0.00, 0.62, 0.07, 0.14. Web safe color of #db54cc is #cc66cc. Color #db54cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010100 11001100
Octal 333 124 314
Decimal 219 84 204
Hex DB 54 CC

RGB Percentages of Color #db54cc

%43.20
%16.57
%40.24

CMYK Percentages of Color #db54cc

%0
%62
%7
%14

Triadic Colors of #db54cc

#db54cc #ccdb54 #54ccdb

Analogous Colors of #db54cc

#db54cc #db5489 #a754db

Monochromatic Colors of #db54cc

#db54cc

Complementary Color

#db54cc #54db63

#db54cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db54cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db54cc Color CSS Codes

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

#db54cc Text Font Color

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

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


#db54cc Background Color

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

This div background color is #db54cc


#db54cc Border Color

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

This div border color is #db54cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db54cc


Comments

No comments written yet.

Please login to write comment.