Color Hex Logo

#552ce5 Color Hex

#552CE5
(85,44,229)
0 Favorites   0 Comments

Color spaces of #552ce5

RGB 8544229
HSL0.700.780.54
HSV253°81°90°
CMYK 0.630.810.00   0.10
XYZ18.78999.389874.9508
Yxy9.38980.18220.0910
Hunter Lab30.642855.8299-123.5706
CIE-Lab36.724264.0124-85.6873

#552ce5 color RGB value is (85,44,229).

#552ce5 hex color red value is 85, green value is 44 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #552ce5 hue: 0.70 , saturation: 0.78 and the lightness value of 552ce5 is 0.54.

The process color (four color CMYK) of #552ce5 color hex is 0.63, 0.81, 0.00, 0.10. Web safe color of #552ce5 is #6633cc. Color #552ce5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101100 11100101
Octal 125 54 345
Decimal 85 44 229
Hex 55 2C E5

RGB Percentages of Color #552ce5

%23.74
%12.29
%63.97

CMYK Percentages of Color #552ce5

%63
%81
%0
%10

Triadic Colors of #552ce5

#552ce5 #e5552c #2ce555

Analogous Colors of #552ce5

#552ce5 #b22ce5 #2c60e5

Monochromatic Colors of #552ce5

#552ce5

Complementary Color

#552ce5 #bce52c

#552ce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552ce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552ce5 Color CSS Codes

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

#552ce5 Text Font Color

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

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


#552ce5 Background Color

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

This div background color is #552ce5


#552ce5 Border Color

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

This div border color is #552ce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552ce5


Comments

No comments written yet.

Please login to write comment.