Color Hex Logo

#751dad Color Hex

#751DAD
(117,29,173)
0 Favorites   0 Comments

Color spaces of #751dad

RGB 11729173
HSL0.770.710.40
HSV277°83°68°
CMYK 0.320.830.00   0.32
XYZ15.31837.677840.2098
Yxy7.67780.24240.1215
Hunter Lab27.708850.1898-66.6427
CIE-Lab33.302659.5879-58.4851

#751dad color RGB value is (117,29,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011101 10101101
Octal 165 35 255
Decimal 117 29 173
Hex 75 1D AD

RGB Percentages of Color #751dad

%36.68
%9.09
%54.23

CMYK Percentages of Color #751dad

%32
%83
%0
%32

Triadic Colors of #751dad

#751dad #ad751d #1dad75

Analogous Colors of #751dad

#751dad #ad1d9d #2d1dad

Monochromatic Colors of #751dad

#751dad

Complementary Color

#751dad #55ad1d

#751dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#751dad Color CSS Codes

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

#751dad Text Font Color

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

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


#751dad Background Color

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

This div background color is #751dad


#751dad Border Color

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

This div border color is #751dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751dad


Comments

No comments written yet.

Please login to write comment.