Color Hex Logo

#751bae Color Hex

#751BAE
(117,27,174)
0 Favorites   0 Comments

Color spaces of #751bae

RGB 11727174
HSL0.770.730.39
HSV277°84°68°
CMYK 0.330.840.00   0.32
XYZ15.36807.621840.7056
Yxy7.62180.24130.1197
Hunter Lab27.607651.0502-68.0939
CIE-Lab33.182560.3997-59.2796

#751bae color RGB value is (117,27,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011011 10101110
Octal 165 33 256
Decimal 117 27 174
Hex 75 1B AE

RGB Percentages of Color #751bae

%36.79
%8.49
%54.72

CMYK Percentages of Color #751bae

%33
%84
%0
%32

Triadic Colors of #751bae

#751bae #ae751b #1bae75

Analogous Colors of #751bae

#751bae #ae1b9e #2b1bae

Monochromatic Colors of #751bae

#751bae

Complementary Color

#751bae #54ae1b

#751bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#751bae Color CSS Codes

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

#751bae Text Font Color

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

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


#751bae Background Color

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

This div background color is #751bae


#751bae Border Color

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

This div border color is #751bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751bae


Comments

No comments written yet.

Please login to write comment.