Color Hex Logo

#750bbc Color Hex

#750BBC
(117,11,188)
0 Favorites   0 Comments

Color spaces of #750bbc

RGB 11711188
HSL0.770.890.39
HSV276°94°74°
CMYK 0.380.940.00   0.26
XYZ16.53297.652148.1826
Yxy7.65210.22850.1057
Hunter Lab27.662458.2742-83.9080
CIE-Lab33.247666.8348-67.4980

#750bbc color RGB value is (117,11,188).

#750bbc hex color red value is 117, green value is 11 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #750bbc hue: 0.77 , saturation: 0.89 and the lightness value of 750bbc is 0.39.

The process color (four color CMYK) of #750bbc color hex is 0.38, 0.94, 0.00, 0.26. Web safe color of #750bbc is #6600cc. Color #750bbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00001011 10111100
Octal 165 13 274
Decimal 117 11 188
Hex 75 B BC

RGB Percentages of Color #750bbc

%37.03
%3.48
%59.49

CMYK Percentages of Color #750bbc

%38
%94
%0
%26

Triadic Colors of #750bbc

#750bbc #bc750b #0bbc75

Analogous Colors of #750bbc

#750bbc #bc0bab #1d0bbc

Monochromatic Colors of #750bbc

#750bbc

Complementary Color

#750bbc #52bc0b

#750bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#750bbc Color CSS Codes

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

#750bbc Text Font Color

<p style="color:#750bbc">Text here</p>

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


#750bbc Background Color

<div style="background-color:#750bbc">
Div content here</div>

This div background color is #750bbc


#750bbc Border Color

<div style="border:3px solid #750bbc">
Div here</div>

This div border color is #750bbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,11,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #750bbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #750bbc;
  -webkit-box-shadow: 1px 1px 3px 2px #750bbc;
  box-shadow:         1px 1px 3px 2px #750bbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750bbc


Comments

No comments written yet.

Please login to write comment.