Color Hex Logo

#751087 Color Hex

#751087
(117,16,135)
0 Favorites   0 Comments

Color spaces of #751087

RGB 11716135
HSL0.810.790.30
HSV291°88°53°
CMYK 0.130.880.00   0.47
XYZ11.89465.901823.4339
Yxy5.90180.28850.1431
Hunter Lab24.293644.8830-40.1863
CIE-Lab29.163455.4266-41.9877

#751087 color RGB value is (117,16,135).

#751087 hex color red value is 117, green value is 16 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #751087 hue: 0.81 , saturation: 0.79 and the lightness value of 751087 is 0.30.

The process color (four color CMYK) of #751087 color hex is 0.13, 0.88, 0.00, 0.47. Web safe color of #751087 is #660099. Color #751087 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010000 10000111
Octal 165 20 207
Decimal 117 16 135
Hex 75 10 87

RGB Percentages of Color #751087

%43.66
%5.97
%50.37

CMYK Percentages of Color #751087

%13
%88
%0
%47

Triadic Colors of #751087

#751087 #877510 #108775

Analogous Colors of #751087

#751087 #87105e #391087

Monochromatic Colors of #751087

#751087

Complementary Color

#751087 #228710

#751087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751087 Color CSS Codes

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

#751087 Text Font Color

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

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


#751087 Background Color

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

This div background color is #751087


#751087 Border Color

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

This div border color is #751087


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,16,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #751087; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #751087;
  -webkit-box-shadow: 1px 1px 3px 2px #751087;
  box-shadow:         1px 1px 3px 2px #751087; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751087


Comments

No comments written yet.

Please login to write comment.