Color Hex Logo

#381bea Color Hex

#381BEA
(56,27,234)
0 Favorites   0 Comments

Color spaces of #381bea

RGB 5627234
HSL0.690.830.51
HSV248°88°92°
CMYK 0.760.880.00   0.08
XYZ16.87417.565178.4128
Yxy7.56510.16410.0736
Hunter Lab27.504761.3762-149.7756
CIE-Lab33.060269.5493-94.6826

#381bea color RGB value is (56,27,234).

#381bea hex color red value is 56, green value is 27 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #381bea hue: 0.69 , saturation: 0.83 and the lightness value of 381bea is 0.51.

The process color (four color CMYK) of #381bea color hex is 0.76, 0.88, 0.00, 0.08. Web safe color of #381bea is #3333ff. Color #381bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00011011 11101010
Octal 70 33 352
Decimal 56 27 234
Hex 38 1B EA

RGB Percentages of Color #381bea

%17.67
%8.52
%73.82

CMYK Percentages of Color #381bea

%76
%88
%0
%8

Triadic Colors of #381bea

#381bea #ea381b #1bea38

Analogous Colors of #381bea

#381bea #a01bea #1b66ea

Monochromatic Colors of #381bea

#381bea

Complementary Color

#381bea #cdea1b

#381bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#381bea Color CSS Codes

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

#381bea Text Font Color

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

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


#381bea Background Color

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

This div background color is #381bea


#381bea Border Color

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

This div border color is #381bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381bea


Comments

No comments written yet.

Please login to write comment.