Color Hex Logo

#3855fd Color Hex

#3855FD
(56,85,253)
0 Favorites   0 Comments

Color spaces of #3855fd

RGB 5685253
HSL0.640.980.61
HSV231°78°99°
CMYK 0.780.660.00   0.01
XYZ22.609014.429694.5221
Yxy14.42960.17190.1097
Hunter Lab37.986339.7650-120.9421
CIE-Lab44.842847.5485-85.8880

#3855fd color RGB value is (56,85,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010101 11111101
Octal 70 125 375
Decimal 56 85 253
Hex 38 55 FD

RGB Percentages of Color #3855fd

%14.21
%21.57
%64.21

CMYK Percentages of Color #3855fd

%78
%66
%0
%1

Triadic Colors of #3855fd

#3855fd #fd3855 #55fd38

Analogous Colors of #3855fd

#3855fd #7e38fd #38b8fd

Monochromatic Colors of #3855fd

#3855fd

Complementary Color

#3855fd #fde038

#3855fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3855fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3855fd Color CSS Codes

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

#3855fd Text Font Color

<p style="color:#3855fd">Text here</p>

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


#3855fd Background Color

<div style="background-color:#3855fd">
Div content here</div>

This div background color is #3855fd


#3855fd Border Color

<div style="border:3px solid #3855fd">
Div here</div>

This div border color is #3855fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3855fd


Comments

No comments written yet.

Please login to write comment.