Color Hex Logo

#db62be Color Hex

#DB62BE
(219,98,190)
0 Favorites   0 Comments

Color spaces of #db62be

RGB 21998190
HSL0.870.630.62
HSV314°55°86°
CMYK 0.000.550.13   0.14
XYZ42.875427.513151.7660
Yxy27.51310.35100.2252
Hunter Lab52.452954.1145-21.7965
CIE-Lab59.446358.2663-26.0161

#db62be color RGB value is (219,98,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100010 10111110
Octal 333 142 276
Decimal 219 98 190
Hex DB 62 BE

RGB Percentages of Color #db62be

%43.20
%19.33
%37.48

CMYK Percentages of Color #db62be

%0
%55
%13
%14

Triadic Colors of #db62be

#db62be #bedb62 #62bedb

Analogous Colors of #db62be

#db62be #db6282 #bc62db

Monochromatic Colors of #db62be

#db62be

Complementary Color

#db62be #62db7f

#db62be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db62be Color Preview on White Background

Lorem ipsum dolor sit amet.

#db62be Color CSS Codes

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

#db62be Text Font Color

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

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


#db62be Background Color

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

This div background color is #db62be


#db62be Border Color

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

This div border color is #db62be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db62be


Comments

No comments written yet.

Please login to write comment.