Color Hex Logo

#3807b0 Color Hex

#3807B0
(56,7,176)
0 Favorites   0 Comments

Color spaces of #3807b0

RGB 567176
HSL0.710.920.36
HSV257°96°69°
CMYK 0.680.960.00   0.31
XYZ9.54334.127341.3680
Yxy4.12730.17340.0750
Hunter Lab20.315848.2976-106.5083
CIE-Lab24.087959.6005-75.7373

#3807b0 color RGB value is (56,7,176).

#3807b0 hex color red value is 56, green value is 7 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #3807b0 hue: 0.71 , saturation: 0.92 and the lightness value of 3807b0 is 0.36.

The process color (four color CMYK) of #3807b0 color hex is 0.68, 0.96, 0.00, 0.31. Web safe color of #3807b0 is #330099. Color #3807b0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00000111 10110000
Octal 70 7 260
Decimal 56 7 176
Hex 38 7 B0

RGB Percentages of Color #3807b0

%23.43
%2.93
%73.64

CMYK Percentages of Color #3807b0

%68
%96
%0
%31

Triadic Colors of #3807b0

#3807b0 #b03807 #07b038

Analogous Colors of #3807b0

#3807b0 #8d07b0 #072bb0

Monochromatic Colors of #3807b0

#3807b0

Complementary Color

#3807b0 #7fb007

#3807b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3807b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3807b0 Color CSS Codes

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

#3807b0 Text Font Color

<p style="color:#3807b0">Text here</p>

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


#3807b0 Background Color

<div style="background-color:#3807b0">
Div content here</div>

This div background color is #3807b0


#3807b0 Border Color

<div style="border:3px solid #3807b0">
Div here</div>

This div border color is #3807b0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,7,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3807b0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3807b0;
  -webkit-box-shadow: 1px 1px 3px 2px #3807b0;
  box-shadow:         1px 1px 3px 2px #3807b0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3807b0


Comments

No comments written yet.

Please login to write comment.