Color Hex Logo

#552ce6 Color Hex

#552CE6
(85,44,230)
0 Favorites   0 Comments

Color spaces of #552ce6

RGB 8544230
HSL0.700.790.54
HSV253°81°90°
CMYK 0.630.810.00   0.10
XYZ18.92999.445875.6884
Yxy9.44580.18190.0908
Hunter Lab30.734056.1584-124.4991
CIE-Lab36.828864.2832-86.0843

#552ce6 color RGB value is (85,44,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101100 11100110
Octal 125 54 346
Decimal 85 44 230
Hex 55 2C E6

RGB Percentages of Color #552ce6

%23.68
%12.26
%64.07

CMYK Percentages of Color #552ce6

%63
%81
%0
%10

Triadic Colors of #552ce6

#552ce6 #e6552c #2ce655

Analogous Colors of #552ce6

#552ce6 #b22ce6 #2c60e6

Monochromatic Colors of #552ce6

#552ce6

Complementary Color

#552ce6 #bde62c

#552ce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552ce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552ce6 Color CSS Codes

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

#552ce6 Text Font Color

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

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


#552ce6 Background Color

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

This div background color is #552ce6


#552ce6 Border Color

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

This div border color is #552ce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552ce6


Comments

No comments written yet.

Please login to write comment.