Color Hex Logo

#552dfe Color Hex

#552DFE
(85,45,254)
0 Favorites   0 Comments

Color spaces of #552dfe

RGB 8545254
HSL0.700.990.59
HSV251°82°100°
CMYK 0.670.820.00   0.00
XYZ22.574110.963894.6924
Yxy10.96380.17600.0855
Hunter Lab33.111663.7484-146.3790
CIE-Lab39.519470.3347-95.1808

#552dfe color RGB value is (85,45,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101101 11111110
Octal 125 55 376
Decimal 85 45 254
Hex 55 2D FE

RGB Percentages of Color #552dfe

%22.14
%11.72
%66.15

CMYK Percentages of Color #552dfe

%67
%82
%0
%0

Triadic Colors of #552dfe

#552dfe #fe552d #2dfe55

Analogous Colors of #552dfe

#552dfe #be2dfe #2d6efe

Monochromatic Colors of #552dfe

#552dfe

Complementary Color

#552dfe #d6fe2d

#552dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#552dfe Color CSS Codes

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

#552dfe Text Font Color

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

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


#552dfe Background Color

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

This div background color is #552dfe


#552dfe Border Color

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

This div border color is #552dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.