Color Hex Logo

#7500cb Color Hex

#7500CB
(117,0,203)
0 Favorites   0 Comments

Color spaces of #7500cb

RGB 1170203
HSL0.761.000.40
HSV275°100°80°
CMYK 0.421.000.00   0.20
XYZ18.11568.093757.1074
Yxy8.09370.21740.0971
Hunter Lab28.449463.8760-99.1000
CIE-Lab34.177371.4639-74.7775

#7500cb color RGB value is (117,0,203).

#7500cb hex color red value is 117, green value is 0 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7500cb hue: 0.76 , saturation: 1.00 and the lightness value of 7500cb is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000000 11001011
Octal 165 0 313
Decimal 117 0 203
Hex 75 0 CB

RGB Percentages of Color #7500cb

%36.56
%0.00
%63.44

CMYK Percentages of Color #7500cb

%42
%100
%0
%20

Triadic Colors of #7500cb

#7500cb #cb7500 #00cb75

Analogous Colors of #7500cb

#7500cb #cb00bc #1000cb

Monochromatic Colors of #7500cb

#7500cb

Complementary Color

#7500cb #56cb00

#7500cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7500cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7500cb Color CSS Codes

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

#7500cb Text Font Color

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

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


#7500cb Background Color

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

This div background color is #7500cb


#7500cb Border Color

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

This div border color is #7500cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,0,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 #7500cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7500cb

#7500cb Color Palettes


Comments

No comments written yet.

Please login to write comment.