Color Hex Logo

#db6cca Color Hex

#DB6CCA
(219,108,202)
0 Favorites   0 Comments

Color spaces of #db6cca

RGB 219108202
HSL0.860.610.64
HSV309°51°86°
CMYK 0.000.510.08   0.14
XYZ45.236630.049559.2930
Yxy30.04950.33610.2233
Hunter Lab54.817451.3718-25.7585
CIE-Lab61.696955.4792-29.3617

#db6cca color RGB value is (219,108,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101100 11001010
Octal 333 154 312
Decimal 219 108 202
Hex DB 6C CA

RGB Percentages of Color #db6cca

%41.40
%20.42
%38.19

CMYK Percentages of Color #db6cca

%0
%51
%8
%14

Triadic Colors of #db6cca

#db6cca #cadb6c #6ccadb

Analogous Colors of #db6cca

#db6cca #db6c93 #b56cdb

Monochromatic Colors of #db6cca

#db6cca

Complementary Color

#db6cca #6cdb7d

#db6cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db6cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#db6cca Color CSS Codes

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

#db6cca Text Font Color

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

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


#db6cca Background Color

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

This div background color is #db6cca


#db6cca Border Color

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

This div border color is #db6cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db6cca


Comments

No comments written yet.

Please login to write comment.