Color Hex Logo

#381cbb Color Hex

#381CBB
(56,28,187)
0 Favorites   0 Comments

Color spaces of #381cbb

RGB 5628187
HSL0.700.740.42
HSV251°85°73°
CMYK 0.700.850.00   0.27
XYZ11.01585.259147.4482
Yxy5.25910.17290.0825
Hunter Lab22.932745.6107-106.6191
CIE-Lab27.460556.4488-76.6974

#381cbb color RGB value is (56,28,187).

#381cbb hex color red value is 56, green value is 28 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #381cbb hue: 0.70 , saturation: 0.74 and the lightness value of 381cbb is 0.42.

The process color (four color CMYK) of #381cbb color hex is 0.70, 0.85, 0.00, 0.27. Web safe color of #381cbb is #3333cc. Color #381cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00011100 10111011
Octal 70 34 273
Decimal 56 28 187
Hex 38 1C BB

RGB Percentages of Color #381cbb

%20.66
%10.33
%69.00

CMYK Percentages of Color #381cbb

%70
%85
%0
%27

Triadic Colors of #381cbb

#381cbb #bb381c #1cbb38

Analogous Colors of #381cbb

#381cbb #881cbb #1c4fbb

Monochromatic Colors of #381cbb

#381cbb

Complementary Color

#381cbb #9fbb1c

#381cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#381cbb Color CSS Codes

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

#381cbb Text Font Color

<p style="color:#381cbb">Text here</p>

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


#381cbb Background Color

<div style="background-color:#381cbb">
Div content here</div>

This div background color is #381cbb


#381cbb Border Color

<div style="border:3px solid #381cbb">
Div here</div>

This div border color is #381cbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,28,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #381cbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #381cbb;
  -webkit-box-shadow: 1px 1px 3px 2px #381cbb;
  box-shadow:         1px 1px 3px 2px #381cbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381cbb


Comments

No comments written yet.

Please login to write comment.