Color Hex Logo

#38258e Color Hex

#38258E
(56,37,142)
0 Favorites   0 Comments

Color spaces of #38258e

RGB 5637142
HSL0.700.590.35
HSV251°74°56°
CMYK 0.610.740.00   0.44
XYZ7.17494.116926.0077
Yxy4.11690.19240.1104
Hunter Lab20.290127.6125-61.7942
CIE-Lab24.054238.6670-55.0331

#38258e color RGB value is (56,37,142).

#38258e hex color red value is 56, green value is 37 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #38258e hue: 0.70 , saturation: 0.59 and the lightness value of 38258e is 0.35.

The process color (four color CMYK) of #38258e color hex is 0.61, 0.74, 0.00, 0.44. Web safe color of #38258e is #333399. Color #38258e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00100101 10001110
Octal 70 45 216
Decimal 56 37 142
Hex 38 25 8E

RGB Percentages of Color #38258e

%23.83
%15.74
%60.43

CMYK Percentages of Color #38258e

%61
%74
%0
%44

Triadic Colors of #38258e

#38258e #8e3825 #258e38

Analogous Colors of #38258e

#38258e #6d258e #25478e

Monochromatic Colors of #38258e

#38258e

Complementary Color

#38258e #7b8e25

#38258e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38258e Color Preview on White Background

Lorem ipsum dolor sit amet.

#38258e Color CSS Codes

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

#38258e Text Font Color

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

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


#38258e Background Color

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

This div background color is #38258e


#38258e Border Color

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

This div border color is #38258e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38258e


Comments

No comments written yet.

Please login to write comment.