Color Hex Logo

#550cfc Color Hex

#550CFC
(85,12,252)
0 Favorites   0 Comments

Color spaces of #550cfc

RGB 8512252
HSL0.720.980.52
HSV258°95°99°
CMYK 0.660.950.00   0.01
XYZ21.44859.222592.7451
Yxy9.22250.17380.0747
Hunter Lab30.368672.9247-159.8127
CIE-Lab36.409278.5063-99.2256

#550cfc color RGB value is (85,12,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001100 11111100
Octal 125 14 374
Decimal 85 12 252
Hex 55 C FC

RGB Percentages of Color #550cfc

%24.36
%3.44
%72.21

CMYK Percentages of Color #550cfc

%66
%95
%0
%1

Triadic Colors of #550cfc

#550cfc #fc550c #0cfc55

Analogous Colors of #550cfc

#550cfc #cd0cfc #0c3bfc

Monochromatic Colors of #550cfc

#550cfc

Complementary Color

#550cfc #b3fc0c

#550cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#550cfc Color CSS Codes

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

#550cfc Text Font Color

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

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


#550cfc Background Color

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

This div background color is #550cfc


#550cfc Border Color

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

This div border color is #550cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550cfc


Comments

No comments written yet.

Please login to write comment.