Color Hex Logo

#381e63 Color Hex

#381E63
(56,30,99)
0 Favorites   0 Comments

Color spaces of #381e63

RGB 563099
HSL0.730.530.25
HSV263°70°39°
CMYK 0.430.700.00   0.61
XYZ4.34732.670212.0906
Yxy2.67020.22750.1397
Hunter Lab16.340718.8919-32.4304
CIE-Lab18.671529.3661-36.3516

#381e63 color RGB value is (56,30,99).

#381e63 hex color red value is 56, green value is 30 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #381e63 hue: 0.73 , saturation: 0.53 and the lightness value of 381e63 is 0.25.

The process color (four color CMYK) of #381e63 color hex is 0.43, 0.70, 0.00, 0.61. Web safe color of #381e63 is #333366. Color #381e63 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00011110 01100011
Octal 70 36 143
Decimal 56 30 99
Hex 38 1E 63

RGB Percentages of Color #381e63

%30.27
%16.22
%53.51

CMYK Percentages of Color #381e63

%43
%70
%0
%61

Triadic Colors of #381e63

#381e63 #63381e #1e6338

Analogous Colors of #381e63

#381e63 #5b1e63 #1e2763

Monochromatic Colors of #381e63

#381e63

Complementary Color

#381e63 #49631e

#381e63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381e63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#381e63 Color CSS Codes

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

#381e63 Text Font Color

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

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


#381e63 Background Color

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

This div background color is #381e63


#381e63 Border Color

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

This div border color is #381e63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381e63


Comments

No comments written yet.

Please login to write comment.