Color Hex Logo

#38247d Color Hex

#38247D
(56,36,125)
0 Favorites   0 Comments

Color spaces of #38247d

RGB 5636125
HSL0.700.550.32
HSV253°71°49°
CMYK 0.550.710.00   0.51
XYZ5.96343.583219.7794
Yxy3.58320.20330.1222
Hunter Lab18.929323.1073-48.7020
CIE-Lab22.242733.8413-47.3342

#38247d color RGB value is (56,36,125).

#38247d hex color red value is 56, green value is 36 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #38247d hue: 0.70 , saturation: 0.55 and the lightness value of 38247d is 0.32.

The process color (four color CMYK) of #38247d color hex is 0.55, 0.71, 0.00, 0.51. Web safe color of #38247d is #333366. Color #38247d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00100100 01111101
Octal 70 44 175
Decimal 56 36 125
Hex 38 24 7D

RGB Percentages of Color #38247d

%25.81
%16.59
%57.60

CMYK Percentages of Color #38247d

%55
%71
%0
%51

Triadic Colors of #38247d

#38247d #7d3824 #247d38

Analogous Colors of #38247d

#38247d #65247d #243d7d

Monochromatic Colors of #38247d

#38247d

Complementary Color

#38247d #697d24

#38247d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38247d Color Preview on White Background

Lorem ipsum dolor sit amet.

#38247d Color CSS Codes

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

#38247d Text Font Color

<p style="color:#38247d">Text here</p>

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


#38247d Background Color

<div style="background-color:#38247d">
Div content here</div>

This div background color is #38247d


#38247d Border Color

<div style="border:3px solid #38247d">
Div here</div>

This div border color is #38247d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,36,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38247d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38247d;
  -webkit-box-shadow: 1px 1px 3px 2px #38247d;
  box-shadow:         1px 1px 3px 2px #38247d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38247d


Comments

No comments written yet.

Please login to write comment.