Color Hex Logo

#550feb Color Hex

#550FEB
(85,15,235)
0 Favorites   0 Comments

Color spaces of #550feb

RGB 8515235
HSL0.720.880.49
HSV259°94°92°
CMYK 0.640.940.00   0.08
XYZ18.91258.271179.1969
Yxy8.27110.17780.0778
Hunter Lab28.759567.0539-143.1389
CIE-Lab34.541274.0540-92.7247

#550feb color RGB value is (85,15,235).

#550feb hex color red value is 85, green value is 15 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #550feb hue: 0.72 , saturation: 0.88 and the lightness value of 550feb is 0.49.

The process color (four color CMYK) of #550feb color hex is 0.64, 0.94, 0.00, 0.08. Web safe color of #550feb is #6600ff. Color #550feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001111 11101011
Octal 125 17 353
Decimal 85 15 235
Hex 55 F EB

RGB Percentages of Color #550feb

%25.37
%4.48
%70.15

CMYK Percentages of Color #550feb

%64
%94
%0
%8

Triadic Colors of #550feb

#550feb #eb550f #0feb55

Analogous Colors of #550feb

#550feb #c30feb #0f37eb

Monochromatic Colors of #550feb

#550feb

Complementary Color

#550feb #a5eb0f

#550feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#550feb Color CSS Codes

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

#550feb Text Font Color

<p style="color:#550feb">Text here</p>

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


#550feb Background Color

<div style="background-color:#550feb">
Div content here</div>

This div background color is #550feb


#550feb Border Color

<div style="border:3px solid #550feb">
Div here</div>

This div border color is #550feb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,15,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #550feb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #550feb;
  -webkit-box-shadow: 1px 1px 3px 2px #550feb;
  box-shadow:         1px 1px 3px 2px #550feb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550feb


Comments

No comments written yet.

Please login to write comment.