Color Hex Logo

#7553cf Color Hex

#7553CF
(117,83,207)
0 Favorites   0 Comments

Color spaces of #7553cf

RGB 11783207
HSL0.710.560.57
HSV256°60°81°
CMYK 0.430.600.00   0.19
XYZ21.691914.473460.6818
Yxy14.47340.22400.1494
Hunter Lab38.043935.2003-67.9395
CIE-Lab44.904343.0366-59.5798

#7553cf color RGB value is (117,83,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010011 11001111
Octal 165 123 317
Decimal 117 83 207
Hex 75 53 CF

RGB Percentages of Color #7553cf

%28.75
%20.39
%50.86

CMYK Percentages of Color #7553cf

%43
%60
%0
%19

Triadic Colors of #7553cf

#7553cf #cf7553 #53cf75

Analogous Colors of #7553cf

#7553cf #b353cf #536fcf

Monochromatic Colors of #7553cf

#7553cf

Complementary Color

#7553cf #adcf53

#7553cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7553cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7553cf Color CSS Codes

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

#7553cf Text Font Color

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

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


#7553cf Background Color

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

This div background color is #7553cf


#7553cf Border Color

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

This div border color is #7553cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7553cf


Comments

No comments written yet.

Please login to write comment.