Color Hex Logo

#552efa Color Hex

#552EFA
(85,46,250)
0 Favorites   0 Comments

Color spaces of #552efa

RGB 8546250
HSL0.700.950.58
HSV251°82°98°
CMYK 0.660.820.00   0.02
XYZ21.978610.787491.3663
Yxy10.78740.17710.0869
Hunter Lab32.844261.9710-141.9427
CIE-Lab39.220168.8780-93.4351

#552efa color RGB value is (85,46,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101110 11111010
Octal 125 56 372
Decimal 85 46 250
Hex 55 2E FA

RGB Percentages of Color #552efa

%22.31
%12.07
%65.62

CMYK Percentages of Color #552efa

%66
%82
%0
%2

Triadic Colors of #552efa

#552efa #fa552e #2efa55

Analogous Colors of #552efa

#552efa #bb2efa #2e6dfa

Monochromatic Colors of #552efa

#552efa

Complementary Color

#552efa #d3fa2e

#552efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#552efa Color CSS Codes

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

#552efa Text Font Color

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

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


#552efa Background Color

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

This div background color is #552efa


#552efa Border Color

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

This div border color is #552efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552efa


Comments

No comments written yet.

Please login to write comment.