Color Hex Logo

#751bbb Color Hex

#751BBB
(117,27,187)
0 Favorites   0 Comments

Color spaces of #751bbb

RGB 11727187
HSL0.760.750.42
HSV274°86°73°
CMYK 0.370.860.00   0.27
XYZ16.69778.153647.7075
Yxy8.15360.23010.1124
Hunter Lab28.554554.4103-79.0707
CIE-Lab34.300763.2196-65.1796

#751bbb color RGB value is (117,27,187).

#751bbb hex color red value is 117, green value is 27 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #751bbb hue: 0.76 , saturation: 0.75 and the lightness value of 751bbb is 0.42.

The process color (four color CMYK) of #751bbb color hex is 0.37, 0.86, 0.00, 0.27. Web safe color of #751bbb is #6633cc. Color #751bbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011011 10111011
Octal 165 33 273
Decimal 117 27 187
Hex 75 1B BB

RGB Percentages of Color #751bbb

%35.35
%8.16
%56.50

CMYK Percentages of Color #751bbb

%37
%86
%0
%27

Triadic Colors of #751bbb

#751bbb #bb751b #1bbb75

Analogous Colors of #751bbb

#751bbb #bb1bb1 #251bbb

Monochromatic Colors of #751bbb

#751bbb

Complementary Color

#751bbb #61bb1b

#751bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#751bbb Color CSS Codes

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

#751bbb Text Font Color

<p style="color:#751bbb">Text here</p>

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


#751bbb Background Color

<div style="background-color:#751bbb">
Div content here</div>

This div background color is #751bbb


#751bbb Border Color

<div style="border:3px solid #751bbb">
Div here</div>

This div border color is #751bbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,27,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #751bbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #751bbb;
  -webkit-box-shadow: 1px 1px 3px 2px #751bbb;
  box-shadow:         1px 1px 3px 2px #751bbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751bbb


Comments

No comments written yet.

Please login to write comment.