Color Hex Logo

#9175ea Color Hex

#9175EA
(145,117,234)
0 Favorites   0 Comments

Color spaces of #9175ea

RGB 145117234
HSL0.710.740.69
HSV254°50°92°
CMYK 0.380.500.00   0.08
XYZ32.889624.682880.8727
Yxy24.68280.23760.1783
Hunter Lab49.681831.2248-61.7358
CIE-Lab56.765037.3869-55.6676

#9175ea color RGB value is (145,117,234).

#9175ea hex color red value is 145, green value is 117 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9175ea hue: 0.71 , saturation: 0.74 and the lightness value of 9175ea is 0.69.

The process color (four color CMYK) of #9175ea color hex is 0.38, 0.50, 0.00, 0.08. Web safe color of #9175ea is #9966ff. Color #9175ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01110101 11101010
Octal 221 165 352
Decimal 145 117 234
Hex 91 75 EA

RGB Percentages of Color #9175ea

%29.23
%23.59
%47.18

CMYK Percentages of Color #9175ea

%38
%50
%0
%8

Triadic Colors of #9175ea

#9175ea #ea9175 #75ea91

Analogous Colors of #9175ea

#9175ea #cc75ea #7594ea

Monochromatic Colors of #9175ea

#9175ea

Complementary Color

#9175ea #ceea75

#9175ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9175ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9175ea Color CSS Codes

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

#9175ea Text Font Color

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

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


#9175ea Background Color

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

This div background color is #9175ea


#9175ea Border Color

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

This div border color is #9175ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,117,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9175ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9175ea;
  -webkit-box-shadow: 1px 1px 3px 2px #9175ea;
  box-shadow:         1px 1px 3px 2px #9175ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9175ea


Comments

No comments written yet.

Please login to write comment.