Color Hex Logo

#380197 Color Hex

#380197
(56,1,151)
0 Favorites   0 Comments

Color spaces of #380197

RGB 561151
HSL0.730.990.30
HSV262°99°59°
CMYK 0.630.990.00   0.41
XYZ7.22773.096829.4950
Yxy3.09680.18150.0778
Hunter Lab17.597742.5171-87.0557
CIE-Lab20.427554.8165-66.6015

#380197 color RGB value is (56,1,151).

#380197 hex color red value is 56, green value is 1 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #380197 hue: 0.73 , saturation: 0.99 and the lightness value of 380197 is 0.30.

The process color (four color CMYK) of #380197 color hex is 0.63, 0.99, 0.00, 0.41. Web safe color of #380197 is #330099. Color #380197 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00000001 10010111
Octal 70 1 227
Decimal 56 1 151
Hex 38 1 97

RGB Percentages of Color #380197

%26.92
%0.48
%72.60

CMYK Percentages of Color #380197

%63
%99
%0
%41

Triadic Colors of #380197

#380197 #973801 #019738

Analogous Colors of #380197

#380197 #830197 #011597

Monochromatic Colors of #380197

#380197

Complementary Color

#380197 #609701

#380197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#380197 Color CSS Codes

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

#380197 Text Font Color

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

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


#380197 Background Color

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

This div background color is #380197


#380197 Border Color

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

This div border color is #380197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380197


Comments

No comments written yet.

Please login to write comment.