Color Hex Logo

#751aaf Color Hex

#751AAF
(117,26,175)
0 Favorites   0 Comments

Color spaces of #751aaf

RGB 11726175
HSL0.770.740.39
HSV277°85°69°
CMYK 0.330.850.00   0.31
XYZ15.44347.615841.2135
Yxy7.61580.24030.1185
Hunter Lab27.596751.5960-69.2271
CIE-Lab33.169660.9001-59.8986

#751aaf color RGB value is (117,26,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011010 10101111
Octal 165 32 257
Decimal 117 26 175
Hex 75 1A AF

RGB Percentages of Color #751aaf

%36.79
%8.18
%55.03

CMYK Percentages of Color #751aaf

%33
%85
%0
%31

Triadic Colors of #751aaf

#751aaf #af751a #1aaf75

Analogous Colors of #751aaf

#751aaf #af1a9f #2a1aaf

Monochromatic Colors of #751aaf

#751aaf

Complementary Color

#751aaf #54af1a

#751aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#751aaf Color CSS Codes

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

#751aaf Text Font Color

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

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


#751aaf Background Color

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

This div background color is #751aaf


#751aaf Border Color

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

This div border color is #751aaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,26,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 #751aaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751aaf


Comments

No comments written yet.

Please login to write comment.