Color Hex Logo

#3853bc Color Hex

#3853BC
(56,83,188)
0 Favorites   0 Comments

Color spaces of #3853bc

RGB 5683188
HSL0.630.540.48
HSV228°70°74°
CMYK 0.700.560.00   0.26
XYZ13.801210.658148.9068
Yxy10.65810.18810.1453
Hunter Lab32.646718.3279-65.9673
CIE-Lab38.998625.7398-58.3423

#3853bc color RGB value is (56,83,188).

#3853bc hex color red value is 56, green value is 83 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #3853bc hue: 0.63 , saturation: 0.54 and the lightness value of 3853bc is 0.48.

The process color (four color CMYK) of #3853bc color hex is 0.70, 0.56, 0.00, 0.26. Web safe color of #3853bc is #3366cc. Color #3853bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010011 10111100
Octal 70 123 274
Decimal 56 83 188
Hex 38 53 BC

RGB Percentages of Color #3853bc

%17.13
%25.38
%57.49

CMYK Percentages of Color #3853bc

%70
%56
%0
%26

Triadic Colors of #3853bc

#3853bc #bc3853 #53bc38

Analogous Colors of #3853bc

#3853bc #5f38bc #3895bc

Monochromatic Colors of #3853bc

#3853bc

Complementary Color

#3853bc #bca138

#3853bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3853bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3853bc Color CSS Codes

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

#3853bc Text Font Color

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

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


#3853bc Background Color

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

This div background color is #3853bc


#3853bc Border Color

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

This div border color is #3853bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3853bc


Comments

No comments written yet.

Please login to write comment.