Color Hex Logo

#7562db Color Hex

#7562DB
(117,98,219)
0 Favorites   0 Comments

Color spaces of #7562db

RGB 11798219
HSL0.690.630.62
HSV249°55°86°
CMYK 0.470.550.00   0.14
XYZ24.490017.631769.1303
Yxy17.63170.22010.1585
Hunter Lab41.990130.6243-68.2188
CIE-Lab49.046337.7937-59.7473

#7562db color RGB value is (117,98,219).

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

The process color (four color CMYK) of #7562db color hex is 0.47, 0.55, 0.00, 0.14. Web safe color of #7562db is #6666cc. Color #7562db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100010 11011011
Octal 165 142 333
Decimal 117 98 219
Hex 75 62 DB

RGB Percentages of Color #7562db

%26.96
%22.58
%50.46

CMYK Percentages of Color #7562db

%47
%55
%0
%14

Triadic Colors of #7562db

#7562db #db7562 #62db75

Analogous Colors of #7562db

#7562db #b262db #628cdb

Monochromatic Colors of #7562db

#7562db

Complementary Color

#7562db #c8db62

#7562db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7562db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7562db Color CSS Codes

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

#7562db Text Font Color

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

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


#7562db Background Color

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

This div background color is #7562db


#7562db Border Color

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

This div border color is #7562db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7562db


Comments

No comments written yet.

Please login to write comment.