Color Hex Logo

#552dc1 Color Hex

#552DC1
(85,45,193)
0 Favorites   0 Comments

Color spaces of #552dc1

RGB 8545193
HSL0.710.620.47
HSV256°77°76°
CMYK 0.560.770.00   0.24
XYZ14.31037.658351.1760
Yxy7.65830.19560.1047
Hunter Lab27.673643.8752-90.2716
CIE-Lab33.260953.6636-70.5681

#552dc1 color RGB value is (85,45,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101101 11000001
Octal 125 55 301
Decimal 85 45 193
Hex 55 2D C1

RGB Percentages of Color #552dc1

%26.32
%13.93
%59.75

CMYK Percentages of Color #552dc1

%56
%77
%0
%24

Triadic Colors of #552dc1

#552dc1 #c1552d #2dc155

Analogous Colors of #552dc1

#552dc1 #9f2dc1 #2d4fc1

Monochromatic Colors of #552dc1

#552dc1

Complementary Color

#552dc1 #99c12d

#552dc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552dc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552dc1 Color CSS Codes

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

#552dc1 Text Font Color

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

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


#552dc1 Background Color

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

This div background color is #552dc1


#552dc1 Border Color

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

This div border color is #552dc1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,45,193, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552dc1


Comments

No comments written yet.

Please login to write comment.