Color Hex Logo

#383196 Color Hex

#383196
(56,49,150)
0 Favorites   0 Comments

Color spaces of #383196

RGB 5649150
HSL0.680.510.39
HSV244°67°59°
CMYK 0.630.670.00   0.41
XYZ8.23425.239429.4315
Yxy5.23940.19190.1221
Hunter Lab22.889724.1554-60.2120
CIE-Lab27.406234.1446-54.4763

#383196 color RGB value is (56,49,150).

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

The process color (four color CMYK) of #383196 color hex is 0.63, 0.67, 0.00, 0.41. Web safe color of #383196 is #333399. Color #383196 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110001 10010110
Octal 70 61 226
Decimal 56 49 150
Hex 38 31 96

RGB Percentages of Color #383196

%21.96
%19.22
%58.82

CMYK Percentages of Color #383196

%63
%67
%0
%41

Triadic Colors of #383196

#383196 #963831 #319638

Analogous Colors of #383196

#383196 #6b3196 #315d96

Monochromatic Colors of #383196

#383196

Complementary Color

#383196 #8f9631

#383196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383196 Color CSS Codes

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

#383196 Text Font Color

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

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


#383196 Background Color

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

This div background color is #383196


#383196 Border Color

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

This div border color is #383196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383196


Comments

No comments written yet.

Please login to write comment.