Color Hex Logo

#75217d Color Hex

#75217D
(117,33,125)
0 Favorites   0 Comments

Color spaces of #75217d

RGB 11733125
HSL0.820.580.31
HSV295°74°49°
CMYK 0.060.740.00   0.51
XYZ11.58166.350320.0173
Yxy6.35030.30520.1673
Hunter Lab25.199837.9373-29.4568
CIE-Lab30.279648.4020-33.9298

#75217d color RGB value is (117,33,125).

#75217d hex color red value is 117, green value is 33 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #75217d hue: 0.82 , saturation: 0.58 and the lightness value of 75217d is 0.31.

The process color (four color CMYK) of #75217d color hex is 0.06, 0.74, 0.00, 0.51. Web safe color of #75217d is #663366. Color #75217d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100001 01111101
Octal 165 41 175
Decimal 117 33 125
Hex 75 21 7D

RGB Percentages of Color #75217d

%42.55
%12.00
%45.45

CMYK Percentages of Color #75217d

%6
%74
%0
%51

Triadic Colors of #75217d

#75217d #7d7521 #217d75

Analogous Colors of #75217d

#75217d #7d2157 #47217d

Monochromatic Colors of #75217d

#75217d

Complementary Color

#75217d #297d21

#75217d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75217d Color Preview on White Background

Lorem ipsum dolor sit amet.

#75217d Color CSS Codes

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

#75217d Text Font Color

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

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


#75217d Background Color

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

This div background color is #75217d


#75217d Border Color

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

This div border color is #75217d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,33,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75217d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75217d;
  -webkit-box-shadow: 1px 1px 3px 2px #75217d;
  box-shadow:         1px 1px 3px 2px #75217d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75217d


Comments

No comments written yet.

Please login to write comment.