Color Hex Logo

#db3cca Color Hex

#DB3CCA
(219,60,202)
0 Favorites   0 Comments

Color spaces of #db3cca

RGB 21960202
HSL0.850.690.55
HSV306°73°86°
CMYK 0.000.730.08   0.14
XYZ41.489922.556158.0441
Yxy22.55610.33980.1847
Hunter Lab47.493372.8236-39.2163
CIE-Lab54.612174.9273-40.4220

#db3cca color RGB value is (219,60,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111100 11001010
Octal 333 74 312
Decimal 219 60 202
Hex DB 3C CA

RGB Percentages of Color #db3cca

%45.53
%12.47
%42.00

CMYK Percentages of Color #db3cca

%0
%73
%8
%14

Triadic Colors of #db3cca

#db3cca #cadb3c #3ccadb

Analogous Colors of #db3cca

#db3cca #db3c7b #9d3cdb

Monochromatic Colors of #db3cca

#db3cca

Complementary Color

#db3cca #3cdb4d

#db3cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db3cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#db3cca Color CSS Codes

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

#db3cca Text Font Color

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

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


#db3cca Background Color

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

This div background color is #db3cca


#db3cca Border Color

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

This div border color is #db3cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db3cca


Comments

No comments written yet.

Please login to write comment.