Color Hex Logo

#751cbb Color Hex

#751CBB
(117,28,187)
0 Favorites   0 Comments

Color spaces of #751cbb

RGB 11728187
HSL0.760.740.42
HSV274°85°73°
CMYK 0.370.850.00   0.27
XYZ16.72108.200347.7152
Yxy8.20030.23020.1129
Hunter Lab28.636254.1150-78.7470
CIE-Lab34.396662.9366-65.0225

#751cbb color RGB value is (117,28,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011100 10111011
Octal 165 34 273
Decimal 117 28 187
Hex 75 1C BB

RGB Percentages of Color #751cbb

%35.24
%8.43
%56.33

CMYK Percentages of Color #751cbb

%37
%85
%0
%27

Triadic Colors of #751cbb

#751cbb #bb751c #1cbb75

Analogous Colors of #751cbb

#751cbb #bb1cb2 #261cbb

Monochromatic Colors of #751cbb

#751cbb

Complementary Color

#751cbb #62bb1c

#751cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#751cbb Color CSS Codes

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

#751cbb Text Font Color

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

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


#751cbb Background Color

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

This div background color is #751cbb


#751cbb Border Color

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

This div border color is #751cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751cbb


Comments

No comments written yet.

Please login to write comment.