Color Hex Logo

#552ded Color Hex

#552DED
(85,45,237)
0 Favorites   0 Comments

Color spaces of #552ded

RGB 8545237
HSL0.700.840.55
HSV253°81°93°
CMYK 0.640.810.00   0.07
XYZ19.97089.922580.9834
Yxy9.92250.18010.0895
Hunter Lab31.500058.0429-130.3788
CIE-Lab37.703065.7720-88.6158

#552ded color RGB value is (85,45,237).

#552ded hex color red value is 85, green value is 45 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #552ded hue: 0.70 , saturation: 0.84 and the lightness value of 552ded is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101101 11101101
Octal 125 55 355
Decimal 85 45 237
Hex 55 2D ED

RGB Percentages of Color #552ded

%23.16
%12.26
%64.58

CMYK Percentages of Color #552ded

%64
%81
%0
%7

Triadic Colors of #552ded

#552ded #ed552d #2ded55

Analogous Colors of #552ded

#552ded #b52ded #2d65ed

Monochromatic Colors of #552ded

#552ded

Complementary Color

#552ded #c5ed2d

#552ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#552ded Color CSS Codes

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

#552ded Text Font Color

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

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


#552ded Background Color

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

This div background color is #552ded


#552ded Border Color

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

This div border color is #552ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552ded


Comments

No comments written yet.

Please login to write comment.