Color Hex Logo

#db5cca Color Hex

#DB5CCA
(219,92,202)
0 Favorites   0 Comments

Color spaces of #db5cca

RGB 21992202
HSL0.860.640.61
HSV308°58°86°
CMYK 0.000.580.08   0.14
XYZ43.701226.978658.7812
Yxy26.97860.33760.2084
Hunter Lab51.940959.2868-30.7394
CIE-Lab58.954562.8322-33.6187

#db5cca color RGB value is (219,92,202).

#db5cca hex color red value is 219, green value is 92 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #db5cca hue: 0.86 , saturation: 0.64 and the lightness value of db5cca is 0.61.

The process color (four color CMYK) of #db5cca color hex is 0.00, 0.58, 0.08, 0.14. Web safe color of #db5cca is #cc66cc. Color #db5cca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011100 11001010
Octal 333 134 312
Decimal 219 92 202
Hex DB 5C CA

RGB Percentages of Color #db5cca

%42.69
%17.93
%39.38

CMYK Percentages of Color #db5cca

%0
%58
%8
%14

Triadic Colors of #db5cca

#db5cca #cadb5c #5ccadb

Analogous Colors of #db5cca

#db5cca #db5c8b #ad5cdb

Monochromatic Colors of #db5cca

#db5cca

Complementary Color

#db5cca #5cdb6d

#db5cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5cca Color CSS Codes

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

#db5cca Text Font Color

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

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


#db5cca Background Color

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

This div background color is #db5cca


#db5cca Border Color

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

This div border color is #db5cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5cca


Comments

No comments written yet.

Please login to write comment.