Color Hex Logo

#5535fc Color Hex

#5535FC
(85,53,252)
0 Favorites   0 Comments

Color spaces of #5535fc

RGB 8553252
HSL0.690.970.60
HSV250°79°99°
CMYK 0.660.790.00   0.01
XYZ22.590111.505893.1257
Yxy11.50580.17760.0904
Hunter Lab33.920259.5167-139.0327
CIE-Lab40.419666.5276-92.5701

#5535fc color RGB value is (85,53,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110101 11111100
Octal 125 65 374
Decimal 85 53 252
Hex 55 35 FC

RGB Percentages of Color #5535fc

%21.79
%13.59
%64.62

CMYK Percentages of Color #5535fc

%66
%79
%0
%1

Triadic Colors of #5535fc

#5535fc #fc5535 #35fc55

Analogous Colors of #5535fc

#5535fc #b935fc #3579fc

Monochromatic Colors of #5535fc

#5535fc

Complementary Color

#5535fc #dcfc35

#5535fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5535fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5535fc Color CSS Codes

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

#5535fc Text Font Color

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

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


#5535fc Background Color

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

This div background color is #5535fc


#5535fc Border Color

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

This div border color is #5535fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5535fc


Comments

No comments written yet.

Please login to write comment.