Color Hex Logo

#3553fc Color Hex

#3553FC
(53,83,252)
0 Favorites   0 Comments

Color spaces of #3553fc

RGB 5383252
HSL0.640.970.60
HSV231°79°99°
CMYK 0.790.670.00   0.01
XYZ22.132113.971793.6258
Yxy13.97170.17060.1077
Hunter Lab37.378740.2778-122.3437
CIE-Lab44.192348.1587-86.4047

#3553fc color RGB value is (53,83,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010011 11111100
Octal 65 123 374
Decimal 53 83 252
Hex 35 53 FC

RGB Percentages of Color #3553fc

%13.66
%21.39
%64.95

CMYK Percentages of Color #3553fc

%79
%67
%0
%1

Triadic Colors of #3553fc

#3553fc #fc3553 #53fc35

Analogous Colors of #3553fc

#3553fc #7b35fc #35b7fc

Monochromatic Colors of #3553fc

#3553fc

Complementary Color

#3553fc #fcde35

#3553fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3553fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3553fc Color CSS Codes

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

#3553fc Text Font Color

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

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


#3553fc Background Color

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

This div background color is #3553fc


#3553fc Border Color

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

This div border color is #3553fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3553fc

Related Colors


Comments

No comments written yet.

Please login to write comment.