Color Hex Logo

#38063a Color Hex

#38063A
(56,6,58)
0 Favorites   0 Comments

Color spaces of #38063a

RGB 56658
HSL0.830.810.13
HSV298°90°23°
CMYK 0.030.900.00   0.77
XYZ2.45971.27654.1197
Yxy1.27650.31310.1625
Hunter Lab11.298219.0887-13.7103
CIE-Lab11.110131.0402-20.4011

#38063a color RGB value is (56,6,58).

#38063a hex color red value is 56, green value is 6 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #38063a hue: 0.83 , saturation: 0.81 and the lightness value of 38063a is 0.13.

The process color (four color CMYK) of #38063a color hex is 0.03, 0.90, 0.00, 0.77. Web safe color of #38063a is #330033. Color #38063a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00000110 00111010
Octal 70 6 72
Decimal 56 6 58
Hex 38 6 3A

RGB Percentages of Color #38063a

%46.67
%5.00
%48.33

CMYK Percentages of Color #38063a

%3
%90
%0
%77

Triadic Colors of #38063a

#38063a #3a3806 #063a38

Analogous Colors of #38063a

#38063a #3a0622 #1e063a

Monochromatic Colors of #38063a

#38063a

Complementary Color

#38063a #083a06

#38063a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38063a Color Preview on White Background

Lorem ipsum dolor sit amet.

#38063a Color CSS Codes

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

#38063a Text Font Color

<p style="color:#38063a">Text here</p>

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


#38063a Background Color

<div style="background-color:#38063a">
Div content here</div>

This div background color is #38063a


#38063a Border Color

<div style="border:3px solid #38063a">
Div here</div>

This div border color is #38063a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,6,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38063a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38063a;
  -webkit-box-shadow: 1px 1px 3px 2px #38063a;
  box-shadow:         1px 1px 3px 2px #38063a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38063a


Comments

No comments written yet.

Please login to write comment.