Color Hex Logo

#552dff Color Hex

#552DFF
(85,45,255)
0 Favorites   0 Comments

Color spaces of #552dff

RGB 8545255
HSL0.701.000.59
HSV251°82°100°
CMYK 0.670.820.00   0.00
XYZ22.734711.028195.5381
Yxy11.02810.17580.0853
Hunter Lab33.208664.0866-147.3260
CIE-Lab39.627870.6003-95.5607

#552dff color RGB value is (85,45,255).

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

The process color (four color CMYK) of #552dff color hex is 0.67, 0.82, 0.00, 0.00. Web safe color of #552dff is #6633ff. Color #552dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101101 11111111
Octal 125 55 377
Decimal 85 45 255
Hex 55 2D FF

RGB Percentages of Color #552dff

%22.08
%11.69
%66.23

CMYK Percentages of Color #552dff

%67
%82
%0
%0

Triadic Colors of #552dff

#552dff #ff552d #2dff55

Analogous Colors of #552dff

#552dff #be2dff #2d6eff

Monochromatic Colors of #552dff

#552dff

Complementary Color

#552dff #d7ff2d

#552dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#552dff Color CSS Codes

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

#552dff Text Font Color

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

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


#552dff Background Color

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

This div background color is #552dff


#552dff Border Color

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

This div border color is #552dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552dff


Comments

No comments written yet.

Please login to write comment.