Color Hex Logo

#381dec Color Hex

#381DEC
(56,29,236)
0 Favorites   0 Comments

Color spaces of #381dec

RGB 5629236
HSL0.690.840.52
HSV248°88°93°
CMYK 0.760.880.00   0.07
XYZ17.21067.775679.9506
Yxy7.77560.16400.0741
Hunter Lab27.884861.3727-150.4757
CIE-Lab33.511169.4616-95.0695

#381dec color RGB value is (56,29,236).

#381dec hex color red value is 56, green value is 29 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #381dec hue: 0.69 , saturation: 0.84 and the lightness value of 381dec is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00011101 11101100
Octal 70 35 354
Decimal 56 29 236
Hex 38 1D EC

RGB Percentages of Color #381dec

%17.45
%9.03
%73.52

CMYK Percentages of Color #381dec

%76
%88
%0
%7

Triadic Colors of #381dec

#381dec #ec381d #1dec38

Analogous Colors of #381dec

#381dec #a01dec #1d6aec

Monochromatic Colors of #381dec

#381dec

Complementary Color

#381dec #d1ec1d

#381dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#381dec Color CSS Codes

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

#381dec Text Font Color

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

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


#381dec Background Color

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

This div background color is #381dec


#381dec Border Color

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

This div border color is #381dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381dec


Comments

No comments written yet.

Please login to write comment.