Color Hex Logo

#553acf Color Hex

#553ACF
(85,58,207)
0 Favorites   0 Comments

Color spaces of #553acf

RGB 8558207
HSL0.700.610.52
HSV251°72°81°
CMYK 0.590.720.00   0.19
XYZ16.52199.462459.9871
Yxy9.46240.19220.1101
Hunter Lab30.761042.0415-94.0888
CIE-Lab36.859751.2032-72.8192

#553acf color RGB value is (85,58,207).

#553acf hex color red value is 85, green value is 58 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #553acf hue: 0.70 , saturation: 0.61 and the lightness value of 553acf is 0.52.

The process color (four color CMYK) of #553acf color hex is 0.59, 0.72, 0.00, 0.19. Web safe color of #553acf is #6633cc. Color #553acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111010 11001111
Octal 125 72 317
Decimal 85 58 207
Hex 55 3A CF

RGB Percentages of Color #553acf

%24.29
%16.57
%59.14

CMYK Percentages of Color #553acf

%59
%72
%0
%19

Triadic Colors of #553acf

#553acf #cf553a #3acf55

Analogous Colors of #553acf

#553acf #a03acf #3a6acf

Monochromatic Colors of #553acf

#553acf

Complementary Color

#553acf #b4cf3a

#553acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#553acf Color CSS Codes

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

#553acf Text Font Color

<p style="color:#553acf">Text here</p>

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


#553acf Background Color

<div style="background-color:#553acf">
Div content here</div>

This div background color is #553acf


#553acf Border Color

<div style="border:3px solid #553acf">
Div here</div>

This div border color is #553acf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,58,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #553acf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #553acf;
  -webkit-box-shadow: 1px 1px 3px 2px #553acf;
  box-shadow:         1px 1px 3px 2px #553acf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,58,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 #553acf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553acf


Comments

No comments written yet.

Please login to write comment.