Color Hex Logo

#751878 Color Hex

#751878
(117,24,120)
0 Favorites   0 Comments

Color spaces of #751878

RGB 11724120
HSL0.830.670.28
HSV298°80°47°
CMYK 0.030.800.00   0.53
XYZ11.05295.791218.3046
Yxy5.79120.31450.1648
Hunter Lab24.064939.8706-28.2526
CIE-Lab28.879450.6062-33.0032

#751878 color RGB value is (117,24,120).

#751878 hex color red value is 117, green value is 24 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #751878 hue: 0.83 , saturation: 0.67 and the lightness value of 751878 is 0.28.

The process color (four color CMYK) of #751878 color hex is 0.03, 0.80, 0.00, 0.53. Web safe color of #751878 is #660066. Color #751878 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011000 01111000
Octal 165 30 170
Decimal 117 24 120
Hex 75 18 78

RGB Percentages of Color #751878

%44.83
%9.20
%45.98

CMYK Percentages of Color #751878

%3
%80
%0
%53

Triadic Colors of #751878

#751878 #787518 #187875

Analogous Colors of #751878

#751878 #78184b #451878

Monochromatic Colors of #751878

#751878

Complementary Color

#751878 #1b7818

#751878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751878 Color CSS Codes

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

#751878 Text Font Color

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

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


#751878 Background Color

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

This div background color is #751878


#751878 Border Color

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

This div border color is #751878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751878


Comments

No comments written yet.

Please login to write comment.