Color Hex Logo

#382396 Color Hex

#382396
(56,35,150)
0 Favorites   0 Comments

Color spaces of #382396

RGB 5635150
HSL0.700.620.36
HSV251°77°59°
CMYK 0.630.770.00   0.41
XYZ7.73694.244829.2657
Yxy4.24480.18760.1029
Hunter Lab20.602930.9760-69.7973
CIE-Lab24.464842.2765-59.3044

#382396 color RGB value is (56,35,150).

#382396 hex color red value is 56, green value is 35 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #382396 hue: 0.70 , saturation: 0.62 and the lightness value of 382396 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00100011 10010110
Octal 70 43 226
Decimal 56 35 150
Hex 38 23 96

RGB Percentages of Color #382396

%23.24
%14.52
%62.24

CMYK Percentages of Color #382396

%63
%77
%0
%41

Triadic Colors of #382396

#382396 #963823 #239638

Analogous Colors of #382396

#382396 #722396 #234896

Monochromatic Colors of #382396

#382396

Complementary Color

#382396 #819623

#382396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#382396 Color CSS Codes

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

#382396 Text Font Color

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

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


#382396 Background Color

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

This div background color is #382396


#382396 Border Color

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

This div border color is #382396


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,35,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 #382396">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382396


Comments

No comments written yet.

Please login to write comment.