Color Hex Logo

#75208f Color Hex

#75208F
(117,32,143)
0 Favorites   0 Comments

Color spaces of #75208f

RGB 11732143
HSL0.790.630.34
HSV286°78°56°
CMYK 0.180.780.00   0.44
XYZ12.81066.798126.6236
Yxy6.79810.27710.1470
Hunter Lab26.073242.0749-42.2905
CIE-Lab31.342852.2943-43.4385

#75208f color RGB value is (117,32,143).

#75208f hex color red value is 117, green value is 32 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #75208f hue: 0.79 , saturation: 0.63 and the lightness value of 75208f is 0.34.

The process color (four color CMYK) of #75208f color hex is 0.18, 0.78, 0.00, 0.44. Web safe color of #75208f is #663399. Color #75208f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100000 10001111
Octal 165 40 217
Decimal 117 32 143
Hex 75 20 8F

RGB Percentages of Color #75208f

%40.07
%10.96
%48.97

CMYK Percentages of Color #75208f

%18
%78
%0
%44

Triadic Colors of #75208f

#75208f #8f7520 #208f75

Analogous Colors of #75208f

#75208f #8f2072 #3e208f

Monochromatic Colors of #75208f

#75208f

Complementary Color

#75208f #3a8f20

#75208f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75208f Color Preview on White Background

Lorem ipsum dolor sit amet.

#75208f Color CSS Codes

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

#75208f Text Font Color

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

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


#75208f Background Color

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

This div background color is #75208f


#75208f Border Color

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

This div border color is #75208f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75208f


Comments

No comments written yet.

Please login to write comment.