Color Hex Logo

#383a7a Color Hex

#383A7A
(56,58,122)
0 Favorites   0 Comments

Color spaces of #383a7a

RGB 5658122
HSL0.660.370.35
HSV238°54°48°
CMYK 0.540.520.00   0.52
XYZ6.65685.272019.0791
Yxy5.27200.21470.1700
Hunter Lab22.960811.5692-33.1939
CIE-Lab27.496018.6175-36.9238

#383a7a color RGB value is (56,58,122).

#383a7a hex color red value is 56, green value is 58 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #383a7a hue: 0.66 , saturation: 0.37 and the lightness value of 383a7a is 0.35.

The process color (four color CMYK) of #383a7a color hex is 0.54, 0.52, 0.00, 0.52. Web safe color of #383a7a is #333366. Color #383a7a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111010 01111010
Octal 70 72 172
Decimal 56 58 122
Hex 38 3A 7A

RGB Percentages of Color #383a7a

%23.73
%24.58
%51.69

CMYK Percentages of Color #383a7a

%54
%52
%0
%52

Triadic Colors of #383a7a

#383a7a #7a383a #3a7a38

Analogous Colors of #383a7a

#383a7a #57387a #385b7a

Monochromatic Colors of #383a7a

#383a7a

Complementary Color

#383a7a #7a7838

#383a7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383a7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#383a7a Color CSS Codes

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

#383a7a Text Font Color

<p style="color:#383a7a">Text here</p>

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


#383a7a Background Color

<div style="background-color:#383a7a">
Div content here</div>

This div background color is #383a7a


#383a7a Border Color

<div style="border:3px solid #383a7a">
Div here</div>

This div border color is #383a7a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,58,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #383a7a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #383a7a;
  -webkit-box-shadow: 1px 1px 3px 2px #383a7a;
  box-shadow:         1px 1px 3px 2px #383a7a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383a7a


Comments

No comments written yet.

Please login to write comment.