Color Hex Logo

#552fcc Color Hex

#552FCC
(85,47,204)
0 Favorites   0 Comments

Color spaces of #552fcc

RGB 8547204
HSL0.710.630.49
HSV255°77°80°
CMYK 0.580.770.00   0.20
XYZ15.66198.324057.9080
Yxy8.32400.19120.1016
Hunter Lab28.851346.4086-98.8060
CIE-Lab34.648755.8052-74.7148

#552fcc color RGB value is (85,47,204).

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

The process color (four color CMYK) of #552fcc color hex is 0.58, 0.77, 0.00, 0.20. Web safe color of #552fcc is #6633cc. Color #552fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101111 11001100
Octal 125 57 314
Decimal 85 47 204
Hex 55 2F CC

RGB Percentages of Color #552fcc

%25.30
%13.99
%60.71

CMYK Percentages of Color #552fcc

%58
%77
%0
%20

Triadic Colors of #552fcc

#552fcc #cc552f #2fcc55

Analogous Colors of #552fcc

#552fcc #a42fcc #2f57cc

Monochromatic Colors of #552fcc

#552fcc

Complementary Color

#552fcc #a6cc2f

#552fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#552fcc Color CSS Codes

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

#552fcc Text Font Color

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

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


#552fcc Background Color

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

This div background color is #552fcc


#552fcc Border Color

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

This div border color is #552fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552fcc


Comments

No comments written yet.

Please login to write comment.