Color Hex Logo

#38127c Color Hex

#38127C
(56,18,124)
0 Favorites   0 Comments

Color spaces of #38127c

RGB 5618124
HSL0.730.750.28
HSV262°85°49°
CMYK 0.550.850.00   0.51
XYZ5.48532.728619.3063
Yxy2.72860.19930.0991
Hunter Lab16.518530.3673-57.7335
CIE-Lab18.922442.6946-52.1484

#38127c color RGB value is (56,18,124).

#38127c hex color red value is 56, green value is 18 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #38127c hue: 0.73 , saturation: 0.75 and the lightness value of 38127c is 0.28.

The process color (four color CMYK) of #38127c color hex is 0.55, 0.85, 0.00, 0.51. Web safe color of #38127c is #330066. Color #38127c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00010010 01111100
Octal 70 22 174
Decimal 56 18 124
Hex 38 12 7C

RGB Percentages of Color #38127c

%28.28
%9.09
%62.63

CMYK Percentages of Color #38127c

%55
%85
%0
%51

Triadic Colors of #38127c

#38127c #7c3812 #127c38

Analogous Colors of #38127c

#38127c #6d127c #12217c

Monochromatic Colors of #38127c

#38127c

Complementary Color

#38127c #567c12

#38127c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38127c Color Preview on White Background

Lorem ipsum dolor sit amet.

#38127c Color CSS Codes

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

#38127c Text Font Color

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

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


#38127c Background Color

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

This div background color is #38127c


#38127c Border Color

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

This div border color is #38127c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38127c


Comments

No comments written yet.

Please login to write comment.