Color Hex Logo

#38408a Color Hex

#38408A
(56,64,138)
0 Favorites   0 Comments

Color spaces of #38408a

RGB 5664138
HSL0.650.420.38
HSV234°59°54°
CMYK 0.590.540.00   0.46
XYZ8.05176.342524.8446
Yxy6.34250.20520.1616
Hunter Lab25.184312.9958-40.8612
CIE-Lab30.260620.1944-42.4542

#38408a color RGB value is (56,64,138).

#38408a hex color red value is 56, green value is 64 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #38408a hue: 0.65 , saturation: 0.42 and the lightness value of 38408a is 0.38.

The process color (four color CMYK) of #38408a color hex is 0.59, 0.54, 0.00, 0.46. Web safe color of #38408a is #333399. Color #38408a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000000 10001010
Octal 70 100 212
Decimal 56 64 138
Hex 38 40 8A

RGB Percentages of Color #38408a

%21.71
%24.81
%53.49

CMYK Percentages of Color #38408a

%59
%54
%0
%46

Triadic Colors of #38408a

#38408a #8a3840 #408a38

Analogous Colors of #38408a

#38408a #59388a #38698a

Monochromatic Colors of #38408a

#38408a

Complementary Color

#38408a #8a8238

#38408a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38408a Color Preview on White Background

Lorem ipsum dolor sit amet.

#38408a Color CSS Codes

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

#38408a Text Font Color

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

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


#38408a Background Color

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

This div background color is #38408a


#38408a Border Color

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

This div border color is #38408a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38408a


Comments

No comments written yet.

Please login to write comment.