Color Hex Logo

#383095 Color Hex

#383095
(56,48,149)
0 Favorites   0 Comments

Color spaces of #383095

RGB 5648149
HSL0.680.510.39
HSV245°68°58°
CMYK 0.620.680.00   0.42
XYZ8.11275.124628.9953
Yxy5.12460.19210.1213
Hunter Lab22.637624.3538-60.0952
CIE-Lab27.086834.4276-54.3849

#383095 color RGB value is (56,48,149).

#383095 hex color red value is 56, green value is 48 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #383095 hue: 0.68 , saturation: 0.51 and the lightness value of 383095 is 0.39.

The process color (four color CMYK) of #383095 color hex is 0.62, 0.68, 0.00, 0.42. Web safe color of #383095 is #333399. Color #383095 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110000 10010101
Octal 70 60 225
Decimal 56 48 149
Hex 38 30 95

RGB Percentages of Color #383095

%22.13
%18.97
%58.89

CMYK Percentages of Color #383095

%62
%68
%0
%42

Triadic Colors of #383095

#383095 #953830 #309538

Analogous Colors of #383095

#383095 #6b3095 #305b95

Monochromatic Colors of #383095

#383095

Complementary Color

#383095 #8d9530

#383095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383095 Color CSS Codes

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

#383095 Text Font Color

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

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


#383095 Background Color

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

This div background color is #383095


#383095 Border Color

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

This div border color is #383095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383095


Comments

No comments written yet.

Please login to write comment.