Color Hex Logo

#751868 Color Hex

#751868
(117,24,104)
0 Favorites   0 Comments

Color spaces of #751868

RGB 11724104
HSL0.860.660.28
HSV308°79°46°
CMYK 0.000.790.11   0.54
XYZ10.16145.434713.6101
Yxy5.43470.34790.1861
Hunter Lab23.312437.0076-18.2955
CIE-Lab27.939047.9137-24.2425

#751868 color RGB value is (117,24,104).

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

The process color (four color CMYK) of #751868 color hex is 0.00, 0.79, 0.11, 0.54. Web safe color of #751868 is #660066. Color #751868 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011000 01101000
Octal 165 30 150
Decimal 117 24 104
Hex 75 18 68

RGB Percentages of Color #751868

%47.76
%9.80
%42.45

CMYK Percentages of Color #751868

%0
%79
%11
%54

Triadic Colors of #751868

#751868 #687518 #186875

Analogous Colors of #751868

#751868 #75183a #531875

Monochromatic Colors of #751868

#751868

Complementary Color

#751868 #187525

#751868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751868 Color CSS Codes

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

#751868 Text Font Color

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

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


#751868 Background Color

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

This div background color is #751868


#751868 Border Color

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

This div border color is #751868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751868


Comments

No comments written yet.

Please login to write comment.