Color Hex Logo

#550deb Color Hex

#550DEB
(85,13,235)
0 Favorites   0 Comments

Color spaces of #550deb

RGB 8513235
HSL0.720.900.49
HSV259°94°92°
CMYK 0.640.940.00   0.08
XYZ18.88568.217379.1880
Yxy8.21730.17770.0773
Hunter Lab28.665867.4340-143.7197
CIE-Lab34.431474.3889-92.9073

#550deb color RGB value is (85,13,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001101 11101011
Octal 125 15 353
Decimal 85 13 235
Hex 55 D EB

RGB Percentages of Color #550deb

%25.53
%3.90
%70.57

CMYK Percentages of Color #550deb

%64
%94
%0
%8

Triadic Colors of #550deb

#550deb #eb550d #0deb55

Analogous Colors of #550deb

#550deb #c40deb #0d34eb

Monochromatic Colors of #550deb

#550deb

Complementary Color

#550deb #a3eb0d

#550deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#550deb Color CSS Codes

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

#550deb Text Font Color

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

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


#550deb Background Color

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

This div background color is #550deb


#550deb Border Color

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

This div border color is #550deb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,13,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 #550deb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550deb


Comments

No comments written yet.

Please login to write comment.