Color Hex Logo

#3855b6 Color Hex

#3855B6
(56,85,182)
0 Favorites   0 Comments

Color spaces of #3855b6

RGB 5685182
HSL0.630.530.47
HSV226°69°71°
CMYK 0.690.530.00   0.29
XYZ13.322910.715245.6220
Yxy10.71520.19130.1538
Hunter Lab32.734115.3656-59.7195
CIE-Lab39.096622.2455-54.6644

#3855b6 color RGB value is (56,85,182).

#3855b6 hex color red value is 56, green value is 85 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #3855b6 hue: 0.63 , saturation: 0.53 and the lightness value of 3855b6 is 0.47.

The process color (four color CMYK) of #3855b6 color hex is 0.69, 0.53, 0.00, 0.29. Web safe color of #3855b6 is #3366cc. Color #3855b6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010101 10110110
Octal 70 125 266
Decimal 56 85 182
Hex 38 55 B6

RGB Percentages of Color #3855b6

%17.34
%26.32
%56.35

CMYK Percentages of Color #3855b6

%69
%53
%0
%29

Triadic Colors of #3855b6

#3855b6 #b63855 #55b638

Analogous Colors of #3855b6

#3855b6 #5a38b6 #3894b6

Monochromatic Colors of #3855b6

#3855b6

Complementary Color

#3855b6 #b69938

#3855b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3855b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3855b6 Color CSS Codes

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

#3855b6 Text Font Color

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

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


#3855b6 Background Color

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

This div background color is #3855b6


#3855b6 Border Color

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

This div border color is #3855b6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3855b6


Comments

No comments written yet.

Please login to write comment.