Color Hex Logo

#552edc Color Hex

#552EDC
(85,46,220)
0 Favorites   0 Comments

Color spaces of #552edc

RGB 8546220
HSL0.700.710.52
HSV253°79°86°
CMYK 0.610.790.00   0.14
XYZ17.64169.052668.5277
Yxy9.05260.18530.0951
Hunter Lab30.087552.0089-113.9783
CIE-Lab36.085460.7074-81.5928

#552edc color RGB value is (85,46,220).

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

The process color (four color CMYK) of #552edc color hex is 0.61, 0.79, 0.00, 0.14. Web safe color of #552edc is #6633cc. Color #552edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101110 11011100
Octal 125 56 334
Decimal 85 46 220
Hex 55 2E DC

RGB Percentages of Color #552edc

%24.22
%13.11
%62.68

CMYK Percentages of Color #552edc

%61
%79
%0
%14

Triadic Colors of #552edc

#552edc #dc552e #2edc55

Analogous Colors of #552edc

#552edc #ac2edc #2e5edc

Monochromatic Colors of #552edc

#552edc

Complementary Color

#552edc #b5dc2e

#552edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#552edc Color CSS Codes

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

#552edc Text Font Color

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

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


#552edc Background Color

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

This div background color is #552edc


#552edc Border Color

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

This div border color is #552edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552edc


Comments

No comments written yet.

Please login to write comment.