Color Hex Logo

#db70ca Color Hex

#DB70CA
(219,112,202)
0 Favorites   0 Comments

Color spaces of #db70ca

RGB 219112202
HSL0.860.600.65
HSV310°49°86°
CMYK 0.000.490.08   0.14
XYZ45.668330.912759.4369
Yxy30.91270.33580.2273
Hunter Lab55.599249.3185-24.4630
CIE-Lab62.433953.5405-28.2231

#db70ca color RGB value is (219,112,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110000 11001010
Octal 333 160 312
Decimal 219 112 202
Hex DB 70 CA

RGB Percentages of Color #db70ca

%41.09
%21.01
%37.90

CMYK Percentages of Color #db70ca

%0
%49
%8
%14

Triadic Colors of #db70ca

#db70ca #cadb70 #70cadb

Analogous Colors of #db70ca

#db70ca #db7095 #b770db

Monochromatic Colors of #db70ca

#db70ca

Complementary Color

#db70ca #70db81

#db70ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db70ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#db70ca Color CSS Codes

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

#db70ca Text Font Color

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

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


#db70ca Background Color

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

This div background color is #db70ca


#db70ca Border Color

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

This div border color is #db70ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db70ca


Comments

No comments written yet.

Please login to write comment.