Color Hex Logo

#9134cd Color Hex

#9134CD
(145,52,205)
0 Favorites   0 Comments

Color spaces of #9134cd

RGB 14552205
HSL0.770.600.50
HSV276°75°80°
CMYK 0.290.750.00   0.20
XYZ23.924512.883558.9834
Yxy12.88350.24980.1345
Hunter Lab35.893656.1635-72.3048
CIE-Lab42.587263.1668-62.0248

#9134cd color RGB value is (145,52,205).

#9134cd hex color red value is 145, green value is 52 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9134cd hue: 0.77 , saturation: 0.60 and the lightness value of 9134cd is 0.50.

The process color (four color CMYK) of #9134cd color hex is 0.29, 0.75, 0.00, 0.20. Web safe color of #9134cd is #9933cc. Color #9134cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 00110100 11001101
Octal 221 64 315
Decimal 145 52 205
Hex 91 34 CD

RGB Percentages of Color #9134cd

%36.07
%12.94
%51.00

CMYK Percentages of Color #9134cd

%29
%75
%0
%20

Triadic Colors of #9134cd

#9134cd #cd9134 #34cd91

Analogous Colors of #9134cd

#9134cd #cd34bd #4534cd

Monochromatic Colors of #9134cd

#9134cd

Complementary Color

#9134cd #70cd34

#9134cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9134cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9134cd Color CSS Codes

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

#9134cd Text Font Color

<p style="color:#9134cd">Text here</p>

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


#9134cd Background Color

<div style="background-color:#9134cd">
Div content here</div>

This div background color is #9134cd


#9134cd Border Color

<div style="border:3px solid #9134cd">
Div here</div>

This div border color is #9134cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,52,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9134cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9134cd;
  -webkit-box-shadow: 1px 1px 3px 2px #9134cd;
  box-shadow:         1px 1px 3px 2px #9134cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9134cd


Comments

No comments written yet.

Please login to write comment.