Color Hex Logo

#7532cb Color Hex

#7532CB
(117,50,203)
0 Favorites   0 Comments

Color spaces of #7532cb

RGB 11750203
HSL0.740.600.50
HSV266°75°80°
CMYK 0.420.750.00   0.20
XYZ19.256210.374957.4876
Yxy10.37490.22100.1191
Hunter Lab32.210150.3452-83.2719
CIE-Lab38.507058.7176-67.6695

#7532cb color RGB value is (117,50,203).

#7532cb hex color red value is 117, green value is 50 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7532cb hue: 0.74 , saturation: 0.60 and the lightness value of 7532cb is 0.50.

The process color (four color CMYK) of #7532cb color hex is 0.42, 0.75, 0.00, 0.20. Web safe color of #7532cb is #6633cc. Color #7532cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110010 11001011
Octal 165 62 313
Decimal 117 50 203
Hex 75 32 CB

RGB Percentages of Color #7532cb

%31.62
%13.51
%54.86

CMYK Percentages of Color #7532cb

%42
%75
%0
%20

Triadic Colors of #7532cb

#7532cb #cb7532 #32cb75

Analogous Colors of #7532cb

#7532cb #c232cb #323ccb

Monochromatic Colors of #7532cb

#7532cb

Complementary Color

#7532cb #88cb32

#7532cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7532cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7532cb Color CSS Codes

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

#7532cb Text Font Color

<p style="color:#7532cb">Text here</p>

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


#7532cb Background Color

<div style="background-color:#7532cb">
Div content here</div>

This div background color is #7532cb


#7532cb Border Color

<div style="border:3px solid #7532cb">
Div here</div>

This div border color is #7532cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,50,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7532cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7532cb;
  -webkit-box-shadow: 1px 1px 3px 2px #7532cb;
  box-shadow:         1px 1px 3px 2px #7532cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7532cb


Comments

No comments written yet.

Please login to write comment.