Color Hex Logo

#7553cc Color Hex

#7553CC
(117,83,204)
0 Favorites   0 Comments

Color spaces of #7553cc

RGB 11783204
HSL0.710.540.56
HSV257°59°80°
CMYK 0.430.590.00   0.20
XYZ21.328514.328158.7682
Yxy14.32810.22590.1517
Hunter Lab37.852534.3365-65.5545
CIE-Lab44.699842.2021-58.1837

#7553cc color RGB value is (117,83,204).

#7553cc hex color red value is 117, green value is 83 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7553cc hue: 0.71 , saturation: 0.54 and the lightness value of 7553cc is 0.56.

The process color (four color CMYK) of #7553cc color hex is 0.43, 0.59, 0.00, 0.20. Web safe color of #7553cc is #6666cc. Color #7553cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010011 11001100
Octal 165 123 314
Decimal 117 83 204
Hex 75 53 CC

RGB Percentages of Color #7553cc

%28.96
%20.54
%50.50

CMYK Percentages of Color #7553cc

%43
%59
%0
%20

Triadic Colors of #7553cc

#7553cc #cc7553 #53cc75

Analogous Colors of #7553cc

#7553cc #b253cc #536ecc

Monochromatic Colors of #7553cc

#7553cc

Complementary Color

#7553cc #aacc53

#7553cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7553cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7553cc Color CSS Codes

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

#7553cc Text Font Color

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

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


#7553cc Background Color

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

This div background color is #7553cc


#7553cc Border Color

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

This div border color is #7553cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7553cc


Comments

No comments written yet.

Please login to write comment.