Color Hex Logo

#38438c Color Hex

#38438C
(56,67,140)
0 Favorites   0 Comments

Color spaces of #38438c

RGB 5667140
HSL0.640.430.38
HSV232°60°55°
CMYK 0.600.520.00   0.45
XYZ8.37176.748525.6723
Yxy6.74850.20520.1654
Hunter Lab25.977912.0626-40.4081
CIE-Lab31.227418.8988-42.1298

#38438c color RGB value is (56,67,140).

#38438c hex color red value is 56, green value is 67 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #38438c hue: 0.64 , saturation: 0.43 and the lightness value of 38438c is 0.38.

The process color (four color CMYK) of #38438c color hex is 0.60, 0.52, 0.00, 0.45. Web safe color of #38438c is #333399. Color #38438c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000011 10001100
Octal 70 103 214
Decimal 56 67 140
Hex 38 43 8C

RGB Percentages of Color #38438c

%21.29
%25.48
%53.23

CMYK Percentages of Color #38438c

%60
%52
%0
%45

Triadic Colors of #38438c

#38438c #8c3843 #438c38

Analogous Colors of #38438c

#38438c #57388c #386d8c

Monochromatic Colors of #38438c

#38438c

Complementary Color

#38438c #8c8138

#38438c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38438c Color Preview on White Background

Lorem ipsum dolor sit amet.

#38438c Color CSS Codes

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

#38438c Text Font Color

<p style="color:#38438c">Text here</p>

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


#38438c Background Color

<div style="background-color:#38438c">
Div content here</div>

This div background color is #38438c


#38438c Border Color

<div style="border:3px solid #38438c">
Div here</div>

This div border color is #38438c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,67,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38438c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38438c;
  -webkit-box-shadow: 1px 1px 3px 2px #38438c;
  box-shadow:         1px 1px 3px 2px #38438c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38438c


Comments

No comments written yet.

Please login to write comment.