Color Hex Logo

#38379a Color Hex

#38379A
(56,55,154)
0 Favorites   0 Comments

Color spaces of #38379a

RGB 5655154
HSL0.670.470.41
HSV241°64°60°
CMYK 0.640.640.00   0.40
XYZ8.82985.906231.2465
Yxy5.90620.19200.1284
Hunter Lab24.302722.3241-59.2186
CIE-Lab29.174631.7330-54.0327

#38379a color RGB value is (56,55,154).

#38379a hex color red value is 56, green value is 55 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #38379a hue: 0.67 , saturation: 0.47 and the lightness value of 38379a is 0.41.

The process color (four color CMYK) of #38379a color hex is 0.64, 0.64, 0.00, 0.40. Web safe color of #38379a is #333399. Color #38379a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110111 10011010
Octal 70 67 232
Decimal 56 55 154
Hex 38 37 9A

RGB Percentages of Color #38379a

%21.13
%20.75
%58.11

CMYK Percentages of Color #38379a

%64
%64
%0
%40

Triadic Colors of #38379a

#38379a #9a3837 #379a38

Analogous Colors of #38379a

#38379a #6a379a #37689a

Monochromatic Colors of #38379a

#38379a

Complementary Color

#38379a #999a37

#38379a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38379a Color Preview on White Background

Lorem ipsum dolor sit amet.

#38379a Color CSS Codes

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

#38379a Text Font Color

<p style="color:#38379a">Text here</p>

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


#38379a Background Color

<div style="background-color:#38379a">
Div content here</div>

This div background color is #38379a


#38379a Border Color

<div style="border:3px solid #38379a">
Div here</div>

This div border color is #38379a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,55,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38379a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38379a;
  -webkit-box-shadow: 1px 1px 3px 2px #38379a;
  box-shadow:         1px 1px 3px 2px #38379a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38379a


Comments

No comments written yet.

Please login to write comment.