Color Hex Logo

#381baf Color Hex

#381BAF
(56,27,175)
0 Favorites   0 Comments

Color spaces of #381baf

RGB 5627175
HSL0.700.730.40
HSV252°85°69°
CMYK 0.680.850.00   0.31
XYZ9.76074.719840.9540
Yxy4.71980.17610.0851
Hunter Lab21.725142.1779-96.5600
CIE-Lab25.921153.4503-72.0918

#381baf color RGB value is (56,27,175).

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

The process color (four color CMYK) of #381baf color hex is 0.68, 0.85, 0.00, 0.31. Web safe color of #381baf is #333399. Color #381baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00011011 10101111
Octal 70 33 257
Decimal 56 27 175
Hex 38 1B AF

RGB Percentages of Color #381baf

%21.71
%10.47
%67.83

CMYK Percentages of Color #381baf

%68
%85
%0
%31

Triadic Colors of #381baf

#381baf #af381b #1baf38

Analogous Colors of #381baf

#381baf #821baf #1b48af

Monochromatic Colors of #381baf

#381baf

Complementary Color

#381baf #92af1b

#381baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#381baf Color CSS Codes

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

#381baf Text Font Color

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

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


#381baf Background Color

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

This div background color is #381baf


#381baf Border Color

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

This div border color is #381baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381baf


Comments

No comments written yet.

Please login to write comment.