Color Hex Logo

#751bab Color Hex

#751BAB
(117,27,171)
0 Favorites   0 Comments

Color spaces of #751bab

RGB 11727171
HSL0.770.730.39
HSV278°84°67°
CMYK 0.320.840.00   0.33
XYZ15.07877.506039.1822
Yxy7.50600.24410.1215
Hunter Lab27.397150.2973-65.6162
CIE-Lab32.932159.7588-57.8910

#751bab color RGB value is (117,27,171).

#751bab hex color red value is 117, green value is 27 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #751bab hue: 0.77 , saturation: 0.73 and the lightness value of 751bab is 0.39.

The process color (four color CMYK) of #751bab color hex is 0.32, 0.84, 0.00, 0.33. Web safe color of #751bab is #663399. Color #751bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011011 10101011
Octal 165 33 253
Decimal 117 27 171
Hex 75 1B AB

RGB Percentages of Color #751bab

%37.14
%8.57
%54.29

CMYK Percentages of Color #751bab

%32
%84
%0
%33

Triadic Colors of #751bab

#751bab #ab751b #1bab75

Analogous Colors of #751bab

#751bab #ab1b99 #2d1bab

Monochromatic Colors of #751bab

#751bab

Complementary Color

#751bab #51ab1b

#751bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#751bab Color CSS Codes

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

#751bab Text Font Color

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

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


#751bab Background Color

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

This div background color is #751bab


#751bab Border Color

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

This div border color is #751bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751bab


Comments

No comments written yet.

Please login to write comment.