Color Hex Logo

#38056c Color Hex

#38056C
(56,5,108)
0 Favorites   0 Comments

Color spaces of #38056c

RGB 565108
HSL0.750.910.22
HSV270°95°42°
CMYK 0.480.950.00   0.58
XYZ4.39192.032014.3481
Yxy2.03200.21140.0978
Hunter Lab14.254830.0498-49.6996
CIE-Lab15.654342.9807-47.1987

#38056c color RGB value is (56,5,108).

#38056c hex color red value is 56, green value is 5 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #38056c hue: 0.75 , saturation: 0.91 and the lightness value of 38056c is 0.22.

The process color (four color CMYK) of #38056c color hex is 0.48, 0.95, 0.00, 0.58. Web safe color of #38056c is #330066. Color #38056c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00000101 01101100
Octal 70 5 154
Decimal 56 5 108
Hex 38 5 6C

RGB Percentages of Color #38056c

%33.14
%2.96
%63.91

CMYK Percentages of Color #38056c

%48
%95
%0
%58

Triadic Colors of #38056c

#38056c #6c3805 #056c38

Analogous Colors of #38056c

#38056c #6c056c #05066c

Monochromatic Colors of #38056c

#38056c

Complementary Color

#38056c #396c05

#38056c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38056c Color Preview on White Background

Lorem ipsum dolor sit amet.

#38056c Color CSS Codes

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

#38056c Text Font Color

<p style="color:#38056c">Text here</p>

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


#38056c Background Color

<div style="background-color:#38056c">
Div content here</div>

This div background color is #38056c


#38056c Border Color

<div style="border:3px solid #38056c">
Div here</div>

This div border color is #38056c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,5,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38056c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38056c;
  -webkit-box-shadow: 1px 1px 3px 2px #38056c;
  box-shadow:         1px 1px 3px 2px #38056c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38056c


Comments

No comments written yet.

Please login to write comment.