Color Hex Logo

#5538fc Color Hex

#5538FC
(85,56,252)
0 Favorites   0 Comments

Color spaces of #5538fc

RGB 8556252
HSL0.690.970.60
HSV249°78°99°
CMYK 0.660.780.00   0.01
XYZ22.731211.787993.1727
Yxy11.78790.17800.0923
Hunter Lab34.333558.0959-136.8650
CIE-Lab40.877065.1997-91.8134

#5538fc color RGB value is (85,56,252).

#5538fc hex color red value is 85, green value is 56 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #5538fc hue: 0.69 , saturation: 0.97 and the lightness value of 5538fc is 0.60.

The process color (four color CMYK) of #5538fc color hex is 0.66, 0.78, 0.00, 0.01. Web safe color of #5538fc is #6633ff. Color #5538fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111000 11111100
Octal 125 70 374
Decimal 85 56 252
Hex 55 38 FC

RGB Percentages of Color #5538fc

%21.63
%14.25
%64.12

CMYK Percentages of Color #5538fc

%66
%78
%0
%1

Triadic Colors of #5538fc

#5538fc #fc5538 #38fc55

Analogous Colors of #5538fc

#5538fc #b738fc #387dfc

Monochromatic Colors of #5538fc

#5538fc

Complementary Color

#5538fc #dffc38

#5538fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5538fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5538fc Color CSS Codes

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

#5538fc Text Font Color

<p style="color:#5538fc">Text here</p>

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


#5538fc Background Color

<div style="background-color:#5538fc">
Div content here</div>

This div background color is #5538fc


#5538fc Border Color

<div style="border:3px solid #5538fc">
Div here</div>

This div border color is #5538fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5538fc

Related Colors


Comments

No comments written yet.

Please login to write comment.