Color Hex Logo

#751dab Color Hex

#751DAB
(117,29,171)
0 Favorites   0 Comments

Color spaces of #751dab

RGB 11729171
HSL0.770.710.39
HSV277°83°67°
CMYK 0.320.830.00   0.33
XYZ15.12627.600939.1980
Yxy7.60090.24430.1227
Hunter Lab27.569749.6874-64.9983
CIE-Lab33.137559.1575-57.5561

#751dab color RGB value is (117,29,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011101 10101011
Octal 165 35 253
Decimal 117 29 171
Hex 75 1D AB

RGB Percentages of Color #751dab

%36.91
%9.15
%53.94

CMYK Percentages of Color #751dab

%32
%83
%0
%33

Triadic Colors of #751dab

#751dab #ab751d #1dab75

Analogous Colors of #751dab

#751dab #ab1d9a #2e1dab

Monochromatic Colors of #751dab

#751dab

Complementary Color

#751dab #53ab1d

#751dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#751dab Color CSS Codes

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

#751dab Text Font Color

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

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


#751dab Background Color

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

This div background color is #751dab


#751dab Border Color

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

This div border color is #751dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751dab


Comments

No comments written yet.

Please login to write comment.