Color Hex Logo

#db69ca Color Hex

#DB69CA
(219,105,202)
0 Favorites   0 Comments

Color spaces of #db69ca

RGB 219105202
HSL0.860.610.64
HSV309°52°86°
CMYK 0.000.520.08   0.14
XYZ44.925729.427559.1893
Yxy29.42750.33640.2204
Hunter Lab54.247152.8954-26.7186
CIE-Lab61.157156.9097-30.1972

#db69ca color RGB value is (219,105,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101001 11001010
Octal 333 151 312
Decimal 219 105 202
Hex DB 69 CA

RGB Percentages of Color #db69ca

%41.63
%19.96
%38.40

CMYK Percentages of Color #db69ca

%0
%52
%8
%14

Triadic Colors of #db69ca

#db69ca #cadb69 #69cadb

Analogous Colors of #db69ca

#db69ca #db6991 #b369db

Monochromatic Colors of #db69ca

#db69ca

Complementary Color

#db69ca #69db7a

#db69ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db69ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#db69ca Color CSS Codes

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

#db69ca Text Font Color

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

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


#db69ca Background Color

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

This div background color is #db69ca


#db69ca Border Color

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

This div border color is #db69ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db69ca


Comments

No comments written yet.

Please login to write comment.