Color Hex Logo

#381cae Color Hex

#381CAE
(56,28,174)
0 Favorites   0 Comments

Color spaces of #381cae

RGB 5628174
HSL0.700.720.40
HSV252°84°68°
CMYK 0.680.840.00   0.32
XYZ9.68614.727340.4463
Yxy4.72730.17660.0862
Hunter Lab21.742441.4717-95.0748
CIE-Lab25.943352.7566-71.4544

#381cae color RGB value is (56,28,174).

#381cae hex color red value is 56, green value is 28 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #381cae hue: 0.70 , saturation: 0.72 and the lightness value of 381cae is 0.40.

The process color (four color CMYK) of #381cae color hex is 0.68, 0.84, 0.00, 0.32. Web safe color of #381cae is #333399. Color #381cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00011100 10101110
Octal 70 34 256
Decimal 56 28 174
Hex 38 1C AE

RGB Percentages of Color #381cae

%21.71
%10.85
%67.44

CMYK Percentages of Color #381cae

%68
%84
%0
%32

Triadic Colors of #381cae

#381cae #ae381c #1cae38

Analogous Colors of #381cae

#381cae #811cae #1c49ae

Monochromatic Colors of #381cae

#381cae

Complementary Color

#381cae #92ae1c

#381cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#381cae Color CSS Codes

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

#381cae Text Font Color

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

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


#381cae Background Color

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

This div background color is #381cae


#381cae Border Color

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

This div border color is #381cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381cae


Comments

No comments written yet.

Please login to write comment.