Color Hex Logo

#552acf Color Hex

#552ACF
(85,42,207)
0 Favorites   0 Comments

Color spaces of #552acf

RGB 8542207
HSL0.710.660.49
HSV256°80°81°
CMYK 0.590.800.00   0.19
XYZ15.83688.092259.7587
Yxy8.09220.18920.0967
Hunter Lab28.446849.5920-104.6388
CIE-Lab34.174258.8673-77.2412

#552acf color RGB value is (85,42,207).

#552acf hex color red value is 85, green value is 42 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #552acf hue: 0.71 , saturation: 0.66 and the lightness value of 552acf is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101010 11001111
Octal 125 52 317
Decimal 85 42 207
Hex 55 2A CF

RGB Percentages of Color #552acf

%25.45
%12.57
%61.98

CMYK Percentages of Color #552acf

%59
%80
%0
%19

Triadic Colors of #552acf

#552acf #cf552a #2acf55

Analogous Colors of #552acf

#552acf #a82acf #2a52cf

Monochromatic Colors of #552acf

#552acf

Complementary Color

#552acf #a4cf2a

#552acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#552acf Color CSS Codes

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

#552acf Text Font Color

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

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


#552acf Background Color

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

This div background color is #552acf


#552acf Border Color

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

This div border color is #552acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552acf


Comments

No comments written yet.

Please login to write comment.