Color Hex Logo

#381cce Color Hex

#381CCE
(56,28,206)
0 Favorites   0 Comments

Color spaces of #381cce

RGB 5628206
HSL0.690.760.46
HSV249°86°81°
CMYK 0.730.860.00   0.19
XYZ13.18676.127558.8802
Yxy6.12750.16860.0784
Hunter Lab24.753851.7704-123.7016
CIE-Lab29.731961.7225-84.0939

#381cce color RGB value is (56,28,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00011100 11001110
Octal 70 34 316
Decimal 56 28 206
Hex 38 1C CE

RGB Percentages of Color #381cce

%19.31
%9.66
%71.03

CMYK Percentages of Color #381cce

%73
%86
%0
%19

Triadic Colors of #381cce

#381cce #ce381c #1cce38

Analogous Colors of #381cce

#381cce #911cce #1c59ce

Monochromatic Colors of #381cce

#381cce

Complementary Color

#381cce #b2ce1c

#381cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#381cce Color CSS Codes

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

#381cce Text Font Color

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

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


#381cce Background Color

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

This div background color is #381cce


#381cce Border Color

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

This div border color is #381cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381cce


Comments

No comments written yet.

Please login to write comment.