Color Hex Logo

#552ec0 Color Hex

#552EC0
(85,46,192)
0 Favorites   0 Comments

Color spaces of #552ec0

RGB 8546192
HSL0.710.610.47
HSV256°76°75°
CMYK 0.560.760.00   0.25
XYZ14.23777.691150.6033
Yxy7.69110.19630.1060
Hunter Lab27.732843.1073-88.7718
CIE-Lab33.331152.9103-69.8647

#552ec0 color RGB value is (85,46,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101110 11000000
Octal 125 56 300
Decimal 85 46 192
Hex 55 2E C0

RGB Percentages of Color #552ec0

%26.32
%14.24
%59.44

CMYK Percentages of Color #552ec0

%56
%76
%0
%25

Triadic Colors of #552ec0

#552ec0 #c0552e #2ec055

Analogous Colors of #552ec0

#552ec0 #9e2ec0 #2e50c0

Monochromatic Colors of #552ec0

#552ec0

Complementary Color

#552ec0 #99c02e

#552ec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552ec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552ec0 Color CSS Codes

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

#552ec0 Text Font Color

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

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


#552ec0 Background Color

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

This div background color is #552ec0


#552ec0 Border Color

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

This div border color is #552ec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552ec0


Comments

No comments written yet.

Please login to write comment.