Color Hex Logo

#38237e Color Hex

#38237E
(56,35,126)
0 Favorites   0 Comments

Color spaces of #38237e

RGB 5635126
HSL0.710.570.32
HSV254°72°49°
CMYK 0.560.720.00   0.51
XYZ5.99783.549220.1076
Yxy3.54920.20230.1197
Hunter Lab18.839323.8595-50.0939
CIE-Lab22.121334.7457-48.1665

#38237e color RGB value is (56,35,126).

#38237e hex color red value is 56, green value is 35 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #38237e hue: 0.71 , saturation: 0.57 and the lightness value of 38237e is 0.32.

The process color (four color CMYK) of #38237e color hex is 0.56, 0.72, 0.00, 0.51. Web safe color of #38237e is #333366. Color #38237e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00100011 01111110
Octal 70 43 176
Decimal 56 35 126
Hex 38 23 7E

RGB Percentages of Color #38237e

%25.81
%16.13
%58.06

CMYK Percentages of Color #38237e

%56
%72
%0
%51

Triadic Colors of #38237e

#38237e #7e3823 #237e38

Analogous Colors of #38237e

#38237e #66237e #233b7e

Monochromatic Colors of #38237e

#38237e

Complementary Color

#38237e #697e23

#38237e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38237e Color Preview on White Background

Lorem ipsum dolor sit amet.

#38237e Color CSS Codes

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

#38237e Text Font Color

<p style="color:#38237e">Text here</p>

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


#38237e Background Color

<div style="background-color:#38237e">
Div content here</div>

This div background color is #38237e


#38237e Border Color

<div style="border:3px solid #38237e">
Div here</div>

This div border color is #38237e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,35,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38237e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38237e;
  -webkit-box-shadow: 1px 1px 3px 2px #38237e;
  box-shadow:         1px 1px 3px 2px #38237e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38237e

#38237e Color Palettes


Comments

No comments written yet.

Please login to write comment.