Color Hex Logo

#381bbc Color Hex

#381BBC
(56,27,188)
0 Favorites   0 Comments

Color spaces of #381bbc

RGB 5627188
HSL0.700.750.42
HSV251°86°74°
CMYK 0.700.860.00   0.26
XYZ11.09995.255548.0063
Yxy5.25550.17250.0817
Hunter Lab22.924946.3086-108.1100
CIE-Lab27.450657.1104-77.3067

#381bbc color RGB value is (56,27,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00011011 10111100
Octal 70 33 274
Decimal 56 27 188
Hex 38 1B BC

RGB Percentages of Color #381bbc

%20.66
%9.96
%69.37

CMYK Percentages of Color #381bbc

%70
%86
%0
%26

Triadic Colors of #381bbc

#381bbc #bc381b #1bbc38

Analogous Colors of #381bbc

#381bbc #891bbc #1b4fbc

Monochromatic Colors of #381bbc

#381bbc

Complementary Color

#381bbc #9fbc1b

#381bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#381bbc Color CSS Codes

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

#381bbc Text Font Color

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

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


#381bbc Background Color

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

This div background color is #381bbc


#381bbc Border Color

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

This div border color is #381bbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,27,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 #381bbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381bbc


Comments

No comments written yet.

Please login to write comment.