Color Hex Logo

#3853df Color Hex

#3853DF
(56,83,223)
0 Favorites   0 Comments

Color spaces of #3853df

RGB 5683223
HSL0.640.720.55
HSV230°75°87°
CMYK 0.750.630.00   0.13
XYZ18.043412.355071.2458
Yxy12.35500.17750.1216
Hunter Lab35.149730.1175-95.5717
CIE-Lab41.774938.3329-74.0202

#3853df color RGB value is (56,83,223).

#3853df hex color red value is 56, green value is 83 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #3853df hue: 0.64 , saturation: 0.72 and the lightness value of 3853df is 0.55.

The process color (four color CMYK) of #3853df color hex is 0.75, 0.63, 0.00, 0.13. Web safe color of #3853df is #3366cc. Color #3853df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010011 11011111
Octal 70 123 337
Decimal 56 83 223
Hex 38 53 DF

RGB Percentages of Color #3853df

%15.47
%22.93
%61.60

CMYK Percentages of Color #3853df

%75
%63
%0
%13

Triadic Colors of #3853df

#3853df #df3853 #53df38

Analogous Colors of #3853df

#3853df #7138df #38a7df

Monochromatic Colors of #3853df

#3853df

Complementary Color

#3853df #dfc438

#3853df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3853df Color Preview on White Background

Lorem ipsum dolor sit amet.

#3853df Color CSS Codes

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

#3853df Text Font Color

<p style="color:#3853df">Text here</p>

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


#3853df Background Color

<div style="background-color:#3853df">
Div content here</div>

This div background color is #3853df


#3853df Border Color

<div style="border:3px solid #3853df">
Div here</div>

This div border color is #3853df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,83,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3853df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3853df;
  -webkit-box-shadow: 1px 1px 3px 2px #3853df;
  box-shadow:         1px 1px 3px 2px #3853df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,83,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3853df


Comments

No comments written yet.

Please login to write comment.