Color Hex Logo

#38296d Color Hex

#38296D
(56,41,109)
0 Favorites   0 Comments

Color spaces of #38296d

RGB 5641109
HSL0.700.450.29
HSV253°62°43°
CMYK 0.490.620.00   0.57
XYZ5.18413.530814.8763
Yxy3.53080.21970.1497
Hunter Lab18.790416.3632-33.7864
CIE-Lab22.055325.5872-37.3963

#38296d color RGB value is (56,41,109).

#38296d hex color red value is 56, green value is 41 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #38296d hue: 0.70 , saturation: 0.45 and the lightness value of 38296d is 0.29.

The process color (four color CMYK) of #38296d color hex is 0.49, 0.62, 0.00, 0.57. Web safe color of #38296d is #333366. Color #38296d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00101001 01101101
Octal 70 51 155
Decimal 56 41 109
Hex 38 29 6D

RGB Percentages of Color #38296d

%27.18
%19.90
%52.91

CMYK Percentages of Color #38296d

%49
%62
%0
%57

Triadic Colors of #38296d

#38296d #6d3829 #296d38

Analogous Colors of #38296d

#38296d #5a296d #293c6d

Monochromatic Colors of #38296d

#38296d

Complementary Color

#38296d #5e6d29

#38296d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38296d Color Preview on White Background

Lorem ipsum dolor sit amet.

#38296d Color CSS Codes

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

#38296d Text Font Color

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

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


#38296d Background Color

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

This div background color is #38296d


#38296d Border Color

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

This div border color is #38296d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38296d


Comments

No comments written yet.

Please login to write comment.