Color Hex Logo

#380741 Color Hex

#380741
(56,7,65)
0 Favorites   0 Comments

Color spaces of #380741

RGB 56765
HSL0.810.810.14
HSV291°89°25°
CMYK 0.140.890.00   0.75
XYZ2.66101.37445.1261
Yxy1.37440.29050.1500
Hunter Lab11.723519.9999-17.7182
CIE-Lab11.786232.0554-24.3097

#380741 color RGB value is (56,7,65).

#380741 hex color red value is 56, green value is 7 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #380741 hue: 0.81 , saturation: 0.81 and the lightness value of 380741 is 0.14.

The process color (four color CMYK) of #380741 color hex is 0.14, 0.89, 0.00, 0.75. Web safe color of #380741 is #330033. Color #380741 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00000111 01000001
Octal 70 7 101
Decimal 56 7 65
Hex 38 7 41

RGB Percentages of Color #380741

%43.75
%5.47
%50.78

CMYK Percentages of Color #380741

%14
%89
%0
%75

Triadic Colors of #380741

#380741 #413807 #074138

Analogous Colors of #380741

#380741 #41072d #1b0741

Monochromatic Colors of #380741

#380741

Complementary Color

#380741 #104107

#380741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#380741 Color CSS Codes

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

#380741 Text Font Color

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

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


#380741 Background Color

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

This div background color is #380741


#380741 Border Color

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

This div border color is #380741


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380741


Comments

No comments written yet.

Please login to write comment.