Color Hex Logo

#381bce Color Hex

#381BCE
(56,27,206)
0 Favorites   0 Comments

Color spaces of #381bce

RGB 5627206
HSL0.690.770.46
HSV250°87°81°
CMYK 0.730.870.00   0.19
XYZ13.16346.080958.8725
Yxy6.08090.16850.0778
Hunter Lab24.659552.1304-124.2884
CIE-Lab29.615762.0709-84.2872

#381bce color RGB value is (56,27,206).

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

The process color (four color CMYK) of #381bce color hex is 0.73, 0.87, 0.00, 0.19. Web safe color of #381bce is #3333cc. Color #381bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00011011 11001110
Octal 70 33 316
Decimal 56 27 206
Hex 38 1B CE

RGB Percentages of Color #381bce

%19.38
%9.34
%71.28

CMYK Percentages of Color #381bce

%73
%87
%0
%19

Triadic Colors of #381bce

#381bce #ce381b #1bce38

Analogous Colors of #381bce

#381bce #921bce #1b57ce

Monochromatic Colors of #381bce

#381bce

Complementary Color

#381bce #b1ce1b

#381bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#381bce Color CSS Codes

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

#381bce Text Font Color

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

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


#381bce Background Color

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

This div background color is #381bce


#381bce Border Color

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

This div border color is #381bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381bce


Comments

No comments written yet.

Please login to write comment.