Color Hex Logo

#552ade Color Hex

#552ADE
(85,42,222)
0 Favorites   0 Comments

Color spaces of #552ade

RGB 8542222
HSL0.710.730.52
HSV254°81°87°
CMYK 0.620.810.00   0.13
XYZ17.75918.861269.8816
Yxy8.86120.18400.0918
Hunter Lab29.767854.3974-118.3494
CIE-Lab35.715762.9328-83.3517

#552ade color RGB value is (85,42,222).

#552ade hex color red value is 85, green value is 42 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #552ade hue: 0.71 , saturation: 0.73 and the lightness value of 552ade is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101010 11011110
Octal 125 52 336
Decimal 85 42 222
Hex 55 2A DE

RGB Percentages of Color #552ade

%24.36
%12.03
%63.61

CMYK Percentages of Color #552ade

%62
%81
%0
%13

Triadic Colors of #552ade

#552ade #de552a #2ade55

Analogous Colors of #552ade

#552ade #af2ade #2a59de

Monochromatic Colors of #552ade

#552ade

Complementary Color

#552ade #b3de2a

#552ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#552ade Color CSS Codes

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

#552ade Text Font Color

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

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


#552ade Background Color

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

This div background color is #552ade


#552ade Border Color

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

This div border color is #552ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552ade


Comments

No comments written yet.

Please login to write comment.