Color Hex Logo

#751eaf Color Hex

#751EAF
(117,30,175)
0 Favorites   0 Comments

Color spaces of #751eaf

RGB 11730175
HSL0.770.710.40
HSV276°83°69°
CMYK 0.330.830.00   0.31
XYZ15.53837.805641.2451
Yxy7.80560.24060.1209
Hunter Lab27.938550.3823-67.9718
CIE-Lab33.574759.7117-59.2371

#751eaf color RGB value is (117,30,175).

#751eaf hex color red value is 117, green value is 30 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #751eaf hue: 0.77 , saturation: 0.71 and the lightness value of 751eaf is 0.40.

The process color (four color CMYK) of #751eaf color hex is 0.33, 0.83, 0.00, 0.31. Web safe color of #751eaf is #663399. Color #751eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011110 10101111
Octal 165 36 257
Decimal 117 30 175
Hex 75 1E AF

RGB Percentages of Color #751eaf

%36.34
%9.32
%54.35

CMYK Percentages of Color #751eaf

%33
%83
%0
%31

Triadic Colors of #751eaf

#751eaf #af751e #1eaf75

Analogous Colors of #751eaf

#751eaf #af1ea1 #2d1eaf

Monochromatic Colors of #751eaf

#751eaf

Complementary Color

#751eaf #58af1e

#751eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#751eaf Color CSS Codes

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

#751eaf Text Font Color

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

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


#751eaf Background Color

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

This div background color is #751eaf


#751eaf Border Color

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

This div border color is #751eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751eaf


Comments

No comments written yet.

Please login to write comment.