Color Hex Logo

#7553ab Color Hex

#7553AB
(117,83,171)
0 Favorites   0 Comments

Color spaces of #7553ab

RGB 11783171
HSL0.730.350.50
HSV263°51°67°
CMYK 0.320.510.00   0.33
XYZ17.780112.908740.0826
Yxy12.90870.25120.1824
Hunter Lab35.928725.4595-40.9948
CIE-Lab42.625433.2623-42.2600

#7553ab color RGB value is (117,83,171).

#7553ab hex color red value is 117, green value is 83 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7553ab hue: 0.73 , saturation: 0.35 and the lightness value of 7553ab is 0.50.

The process color (four color CMYK) of #7553ab color hex is 0.32, 0.51, 0.00, 0.33. Web safe color of #7553ab is #666699. Color #7553ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010011 10101011
Octal 165 123 253
Decimal 117 83 171
Hex 75 53 AB

RGB Percentages of Color #7553ab

%31.54
%22.37
%46.09

CMYK Percentages of Color #7553ab

%32
%51
%0
%33

Triadic Colors of #7553ab

#7553ab #ab7553 #53ab75

Analogous Colors of #7553ab

#7553ab #a153ab #535dab

Monochromatic Colors of #7553ab

#7553ab

Complementary Color

#7553ab #89ab53

#7553ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7553ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7553ab Color CSS Codes

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

#7553ab Text Font Color

<p style="color:#7553ab">Text here</p>

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


#7553ab Background Color

<div style="background-color:#7553ab">
Div content here</div>

This div background color is #7553ab


#7553ab Border Color

<div style="border:3px solid #7553ab">
Div here</div>

This div border color is #7553ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7553ab


Comments

No comments written yet.

Please login to write comment.