Color Hex Logo

#550dfc Color Hex

#550DFC
(85,13,252)
0 Favorites   0 Comments

Color spaces of #550dfc

RGB 8513252
HSL0.720.980.52
HSV258°95°99°
CMYK 0.660.950.00   0.01
XYZ21.46099.247492.7493
Yxy9.24740.17380.0749
Hunter Lab30.409572.7560-159.5482
CIE-Lab36.456378.3619-99.1472

#550dfc color RGB value is (85,13,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001101 11111100
Octal 125 15 374
Decimal 85 13 252
Hex 55 D FC

RGB Percentages of Color #550dfc

%24.29
%3.71
%72.00

CMYK Percentages of Color #550dfc

%66
%95
%0
%1

Triadic Colors of #550dfc

#550dfc #fc550d #0dfc55

Analogous Colors of #550dfc

#550dfc #cd0dfc #0d3dfc

Monochromatic Colors of #550dfc

#550dfc

Complementary Color

#550dfc #b4fc0d

#550dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#550dfc Color CSS Codes

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

#550dfc Text Font Color

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

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


#550dfc Background Color

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

This div background color is #550dfc


#550dfc Border Color

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

This div border color is #550dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550dfc


Comments

No comments written yet.

Please login to write comment.