Color Hex Logo

#381bad Color Hex

#381BAD
(56,27,173)
0 Favorites   0 Comments

Color spaces of #381bad

RGB 5627173
HSL0.700.730.39
HSV252°84°68°
CMYK 0.680.840.00   0.32
XYZ9.56564.641739.9269
Yxy4.64170.17670.0857
Hunter Lab21.544641.5492-94.7962
CIE-Lab25.688652.8819-71.2755

#381bad color RGB value is (56,27,173).

#381bad hex color red value is 56, green value is 27 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #381bad hue: 0.70 , saturation: 0.73 and the lightness value of 381bad is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00011011 10101101
Octal 70 33 255
Decimal 56 27 173
Hex 38 1B AD

RGB Percentages of Color #381bad

%21.88
%10.55
%67.58

CMYK Percentages of Color #381bad

%68
%84
%0
%32

Triadic Colors of #381bad

#381bad #ad381b #1bad38

Analogous Colors of #381bad

#381bad #811bad #1b47ad

Monochromatic Colors of #381bad

#381bad

Complementary Color

#381bad #90ad1b

#381bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#381bad Color CSS Codes

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

#381bad Text Font Color

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

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


#381bad Background Color

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

This div background color is #381bad


#381bad Border Color

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

This div border color is #381bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381bad


Comments

No comments written yet.

Please login to write comment.