Color Hex Logo

#db62cf Color Hex

#DB62CF
(219,98,207)
0 Favorites   0 Comments

Color spaces of #db62cf

RGB 21998207
HSL0.850.630.62
HSV306°55°86°
CMYK 0.000.550.05   0.14
XYZ44.843628.300462.1305
Yxy28.30040.33150.2092
Hunter Lab53.198157.3707-32.0066
CIE-Lab60.159260.9736-34.5778

#db62cf color RGB value is (219,98,207).

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

The process color (four color CMYK) of #db62cf color hex is 0.00, 0.55, 0.05, 0.14. Web safe color of #db62cf is #cc66cc. Color #db62cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100010 11001111
Octal 333 142 317
Decimal 219 98 207
Hex DB 62 CF

RGB Percentages of Color #db62cf

%41.79
%18.70
%39.50

CMYK Percentages of Color #db62cf

%0
%55
%5
%14

Triadic Colors of #db62cf

#db62cf #cfdb62 #62cfdb

Analogous Colors of #db62cf

#db62cf #db6293 #ab62db

Monochromatic Colors of #db62cf

#db62cf

Complementary Color

#db62cf #62db6e

#db62cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db62cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db62cf Color CSS Codes

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

#db62cf Text Font Color

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

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


#db62cf Background Color

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

This div background color is #db62cf


#db62cf Border Color

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

This div border color is #db62cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,98,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #db62cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db62cf


Comments

No comments written yet.

Please login to write comment.