Color Hex Logo

#38348a Color Hex

#38348A
(56,52,138)
0 Favorites   0 Comments

Color spaces of #38348a

RGB 5652138
HSL0.670.450.37
HSV243°62°54°
CMYK 0.590.620.00   0.46
XYZ7.44635.131724.6428
Yxy5.13170.20010.1379
Hunter Lab22.653319.0311-48.6399
CIE-Lab27.106728.1411-47.5602

#38348a color RGB value is (56,52,138).

#38348a hex color red value is 56, green value is 52 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #38348a hue: 0.67 , saturation: 0.45 and the lightness value of 38348a is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110100 10001010
Octal 70 64 212
Decimal 56 52 138
Hex 38 34 8A

RGB Percentages of Color #38348a

%22.76
%21.14
%56.10

CMYK Percentages of Color #38348a

%59
%62
%0
%46

Triadic Colors of #38348a

#38348a #8a3834 #348a38

Analogous Colors of #38348a

#38348a #63348a #345b8a

Monochromatic Colors of #38348a

#38348a

Complementary Color

#38348a #868a34

#38348a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38348a Color Preview on White Background

Lorem ipsum dolor sit amet.

#38348a Color CSS Codes

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

#38348a Text Font Color

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

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


#38348a Background Color

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

This div background color is #38348a


#38348a Border Color

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

This div border color is #38348a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,52,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 #38348a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38348a


Comments

No comments written yet.

Please login to write comment.