Color Hex Logo

#550cfb Color Hex

#550CFB
(85,12,251)
0 Favorites   0 Comments

Color spaces of #550cfb

RGB 8512251
HSL0.720.970.52
HSV258°95°98°
CMYK 0.660.950.00   0.02
XYZ21.29049.159391.9126
Yxy9.15930.17400.0749
Hunter Lab30.264372.6089-158.8783
CIE-Lab36.289278.2738-98.8635

#550cfb color RGB value is (85,12,251).

#550cfb hex color red value is 85, green value is 12 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #550cfb hue: 0.72 , saturation: 0.97 and the lightness value of 550cfb is 0.52.

The process color (four color CMYK) of #550cfb color hex is 0.66, 0.95, 0.00, 0.02. Web safe color of #550cfb is #6600ff. Color #550cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001100 11111011
Octal 125 14 373
Decimal 85 12 251
Hex 55 C FB

RGB Percentages of Color #550cfb

%24.43
%3.45
%72.13

CMYK Percentages of Color #550cfb

%66
%95
%0
%2

Triadic Colors of #550cfb

#550cfb #fb550c #0cfb55

Analogous Colors of #550cfb

#550cfb #cd0cfb #0c3afb

Monochromatic Colors of #550cfb

#550cfb

Complementary Color

#550cfb #b2fb0c

#550cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#550cfb Color CSS Codes

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

#550cfb Text Font Color

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

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


#550cfb Background Color

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

This div background color is #550cfb


#550cfb Border Color

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

This div border color is #550cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550cfb


Comments

No comments written yet.

Please login to write comment.