Color Hex Logo

#751eba Color Hex

#751EBA
(117,30,186)
0 Favorites   0 Comments

Color spaces of #751eba

RGB 11730186
HSL0.760.720.42
HSV273°84°73°
CMYK 0.370.840.00   0.27
XYZ16.66338.255647.1696
Yxy8.25560.23120.1145
Hunter Lab28.732653.2382-77.2223
CIE-Lab34.509662.1268-64.2464

#751eba color RGB value is (117,30,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011110 10111010
Octal 165 36 272
Decimal 117 30 186
Hex 75 1E BA

RGB Percentages of Color #751eba

%35.14
%9.01
%55.86

CMYK Percentages of Color #751eba

%37
%84
%0
%27

Triadic Colors of #751eba

#751eba #ba751e #1eba75

Analogous Colors of #751eba

#751eba #ba1eb1 #271eba

Monochromatic Colors of #751eba

#751eba

Complementary Color

#751eba #63ba1e

#751eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#751eba Color CSS Codes

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

#751eba Text Font Color

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

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


#751eba Background Color

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

This div background color is #751eba


#751eba Border Color

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

This div border color is #751eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751eba


Comments

No comments written yet.

Please login to write comment.