Color Hex Logo

#75629f Color Hex

#75629F
(117,98,159)
0 Favorites   0 Comments

Color spaces of #75629f

RGB 11798159
HSL0.720.240.50
HSV259°38°62°
CMYK 0.260.380.00   0.38
XYZ17.961815.020534.7534
Yxy15.02050.26520.2218
Hunter Lab38.756314.9032-26.0369
CIE-Lab45.662321.1430-30.3670

#75629f color RGB value is (117,98,159).

#75629f hex color red value is 117, green value is 98 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #75629f hue: 0.72 , saturation: 0.24 and the lightness value of 75629f is 0.50.

The process color (four color CMYK) of #75629f color hex is 0.26, 0.38, 0.00, 0.38. Web safe color of #75629f is #666699. Color #75629f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100010 10011111
Octal 165 142 237
Decimal 117 98 159
Hex 75 62 9F

RGB Percentages of Color #75629f

%31.28
%26.20
%42.51

CMYK Percentages of Color #75629f

%26
%38
%0
%38

Triadic Colors of #75629f

#75629f #9f7562 #629f75

Analogous Colors of #75629f

#75629f #94629f #626e9f

Monochromatic Colors of #75629f

#75629f

Complementary Color

#75629f #8c9f62

#75629f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75629f Color Preview on White Background

Lorem ipsum dolor sit amet.

#75629f Color CSS Codes

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

#75629f Text Font Color

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

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


#75629f Background Color

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

This div background color is #75629f


#75629f Border Color

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

This div border color is #75629f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75629f


Comments

No comments written yet.

Please login to write comment.