Color Hex Logo

#755aba Color Hex

#755ABA
(117,90,186)
0 Favorites   0 Comments

Color spaces of #755aba

RGB 11790186
HSL0.710.410.54
HSV257°52°73°
CMYK 0.370.520.00   0.27
XYZ19.855214.639448.2336
Yxy14.63940.24000.1770
Hunter Lab38.261525.6723-47.9598
CIE-Lab45.136333.1572-47.0540

#755aba color RGB value is (117,90,186).

#755aba hex color red value is 117, green value is 90 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #755aba hue: 0.71 , saturation: 0.41 and the lightness value of 755aba is 0.54.

The process color (four color CMYK) of #755aba color hex is 0.37, 0.52, 0.00, 0.27. Web safe color of #755aba is #6666cc. Color #755aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011010 10111010
Octal 165 132 272
Decimal 117 90 186
Hex 75 5A BA

RGB Percentages of Color #755aba

%29.77
%22.90
%47.33

CMYK Percentages of Color #755aba

%37
%52
%0
%27

Triadic Colors of #755aba

#755aba #ba755a #5aba75

Analogous Colors of #755aba

#755aba #a55aba #5a6fba

Monochromatic Colors of #755aba

#755aba

Complementary Color

#755aba #9fba5a

#755aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#755aba Color CSS Codes

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

#755aba Text Font Color

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

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


#755aba Background Color

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

This div background color is #755aba


#755aba Border Color

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

This div border color is #755aba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,90,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #755aba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #755aba;
  -webkit-box-shadow: 1px 1px 3px 2px #755aba;
  box-shadow:         1px 1px 3px 2px #755aba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755aba


Comments

No comments written yet.

Please login to write comment.