Color Hex Logo

#38426f Color Hex

#38426F
(56,66,111)
0 Favorites   0 Comments

Color spaces of #38426f

RGB 5666111
HSL0.640.330.33
HSV229°50°44°
CMYK 0.500.410.00   0.56
XYZ6.44835.884915.8350
Yxy5.88490.22890.2089
Hunter Lab24.25884.9946-21.7205
CIE-Lab29.12029.4422-27.3824

#38426f color RGB value is (56,66,111).

#38426f hex color red value is 56, green value is 66 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #38426f hue: 0.64 , saturation: 0.33 and the lightness value of 38426f is 0.33.

The process color (four color CMYK) of #38426f color hex is 0.50, 0.41, 0.00, 0.56. Web safe color of #38426f is #333366. Color #38426f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000010 01101111
Octal 70 102 157
Decimal 56 66 111
Hex 38 42 6F

RGB Percentages of Color #38426f

%24.03
%28.33
%47.64

CMYK Percentages of Color #38426f

%50
%41
%0
%56

Triadic Colors of #38426f

#38426f #6f3842 #426f38

Analogous Colors of #38426f

#38426f #49386f #385e6f

Monochromatic Colors of #38426f

#38426f

Complementary Color

#38426f #6f6538

#38426f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38426f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38426f Color CSS Codes

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

#38426f Text Font Color

<p style="color:#38426f">Text here</p>

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


#38426f Background Color

<div style="background-color:#38426f">
Div content here</div>

This div background color is #38426f


#38426f Border Color

<div style="border:3px solid #38426f">
Div here</div>

This div border color is #38426f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,66,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38426f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38426f;
  -webkit-box-shadow: 1px 1px 3px 2px #38426f;
  box-shadow:         1px 1px 3px 2px #38426f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38426f


Comments

No comments written yet.

Please login to write comment.