Color Hex Logo

#38127a Color Hex

#38127A
(56,18,122)
0 Favorites   0 Comments

Color spaces of #38127a

RGB 5618122
HSL0.730.740.27
HSV262°85°48°
CMYK 0.540.850.00   0.52
XYZ5.36002.678518.6469
Yxy2.67850.20090.1004
Hunter Lab16.366129.8191-56.0963
CIE-Lab18.707442.1389-51.2251

#38127a color RGB value is (56,18,122).

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

The process color (four color CMYK) of #38127a color hex is 0.54, 0.85, 0.00, 0.52. Web safe color of #38127a is #330066. Color #38127a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00010010 01111010
Octal 70 22 172
Decimal 56 18 122
Hex 38 12 7A

RGB Percentages of Color #38127a

%28.57
%9.18
%62.24

CMYK Percentages of Color #38127a

%54
%85
%0
%52

Triadic Colors of #38127a

#38127a #7a3812 #127a38

Analogous Colors of #38127a

#38127a #6c127a #12207a

Monochromatic Colors of #38127a

#38127a

Complementary Color

#38127a #547a12

#38127a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38127a Color Preview on White Background

Lorem ipsum dolor sit amet.

#38127a Color CSS Codes

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

#38127a Text Font Color

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

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


#38127a Background Color

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

This div background color is #38127a


#38127a Border Color

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

This div border color is #38127a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38127a


Comments

No comments written yet.

Please login to write comment.