Color Hex Logo

#553cfd Color Hex

#553CFD
(85,60,253)
0 Favorites   0 Comments

Color spaces of #553cfd

RGB 8560253
HSL0.690.980.61
HSV248°76°99°
CMYK 0.660.760.00   0.01
XYZ23.091812.254994.0769
Yxy12.25490.17840.0947
Hunter Lab35.007056.4824-134.8295
CIE-Lab41.618463.6366-91.1474

#553cfd color RGB value is (85,60,253).

#553cfd hex color red value is 85, green value is 60 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #553cfd hue: 0.69 , saturation: 0.98 and the lightness value of 553cfd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111100 11111101
Octal 125 74 375
Decimal 85 60 253
Hex 55 3C FD

RGB Percentages of Color #553cfd

%21.36
%15.08
%63.57

CMYK Percentages of Color #553cfd

%66
%76
%0
%1

Triadic Colors of #553cfd

#553cfd #fd553c #3cfd55

Analogous Colors of #553cfd

#553cfd #b63cfd #3c84fd

Monochromatic Colors of #553cfd

#553cfd

Complementary Color

#553cfd #e4fd3c

#553cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#553cfd Color CSS Codes

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

#553cfd Text Font Color

<p style="color:#553cfd">Text here</p>

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


#553cfd Background Color

<div style="background-color:#553cfd">
Div content here</div>

This div background color is #553cfd


#553cfd Border Color

<div style="border:3px solid #553cfd">
Div here</div>

This div border color is #553cfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,60,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #553cfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #553cfd;
  -webkit-box-shadow: 1px 1px 3px 2px #553cfd;
  box-shadow:         1px 1px 3px 2px #553cfd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553cfd


Comments

No comments written yet.

Please login to write comment.