Color Hex Logo

#552dcc Color Hex

#552DCC
(85,45,204)
0 Favorites   0 Comments

Color spaces of #552dcc

RGB 8545204
HSL0.710.640.49
HSV255°78°80°
CMYK 0.580.780.00   0.20
XYZ15.58388.167757.8819
Yxy8.16770.19090.1001
Hunter Lab28.579247.3198-100.0756
CIE-Lab34.329756.7238-75.2405

#552dcc color RGB value is (85,45,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101101 11001100
Octal 125 55 314
Decimal 85 45 204
Hex 55 2D CC

RGB Percentages of Color #552dcc

%25.45
%13.47
%61.08

CMYK Percentages of Color #552dcc

%58
%78
%0
%20

Triadic Colors of #552dcc

#552dcc #cc552d #2dcc55

Analogous Colors of #552dcc

#552dcc #a52dcc #2d54cc

Monochromatic Colors of #552dcc

#552dcc

Complementary Color

#552dcc #a4cc2d

#552dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#552dcc Color CSS Codes

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

#552dcc Text Font Color

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

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


#552dcc Background Color

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

This div background color is #552dcc


#552dcc Border Color

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

This div border color is #552dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552dcc


Comments

No comments written yet.

Please login to write comment.