Color Hex Logo

#db61ca Color Hex

#DB61CA
(219,97,202)
0 Favorites   0 Comments

Color spaces of #db61ca

RGB 21997202
HSL0.860.630.62
HSV308°56°86°
CMYK 0.000.560.08   0.14
XYZ44.148827.873758.9304
Yxy27.87370.33710.2129
Hunter Lab52.795556.8734-29.2226
CIE-Lab59.774560.6110-32.3427

#db61ca color RGB value is (219,97,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100001 11001010
Octal 333 141 312
Decimal 219 97 202
Hex DB 61 CA

RGB Percentages of Color #db61ca

%42.28
%18.73
%39.00

CMYK Percentages of Color #db61ca

%0
%56
%8
%14

Triadic Colors of #db61ca

#db61ca #cadb61 #61cadb

Analogous Colors of #db61ca

#db61ca #db618d #af61db

Monochromatic Colors of #db61ca

#db61ca

Complementary Color

#db61ca #61db72

#db61ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db61ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#db61ca Color CSS Codes

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

#db61ca Text Font Color

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

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


#db61ca Background Color

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

This div background color is #db61ca


#db61ca Border Color

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

This div border color is #db61ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db61ca


Comments

No comments written yet.

Please login to write comment.