Color Hex Logo

#383283 Color Hex

#383283
(56,50,131)
0 Favorites   0 Comments

Color spaces of #383283

RGB 5650131
HSL0.680.450.35
HSV244°62°51°
CMYK 0.570.620.00   0.49
XYZ6.86824.760722.0296
Yxy4.76070.20410.1414
Hunter Lab21.819018.0050-44.5889
CIE-Lab26.041827.0447-44.9260

#383283 color RGB value is (56,50,131).

#383283 hex color red value is 56, green value is 50 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #383283 hue: 0.68 , saturation: 0.45 and the lightness value of 383283 is 0.35.

The process color (four color CMYK) of #383283 color hex is 0.57, 0.62, 0.00, 0.49. Web safe color of #383283 is #333399. Color #383283 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110010 10000011
Octal 70 62 203
Decimal 56 50 131
Hex 38 32 83

RGB Percentages of Color #383283

%23.63
%21.10
%55.27

CMYK Percentages of Color #383283

%57
%62
%0
%49

Triadic Colors of #383283

#383283 #833832 #328338

Analogous Colors of #383283

#383283 #613283 #325483

Monochromatic Colors of #383283

#383283

Complementary Color

#383283 #7d8332

#383283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383283 Color CSS Codes

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

#383283 Text Font Color

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

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


#383283 Background Color

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

This div background color is #383283


#383283 Border Color

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

This div border color is #383283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383283


Comments

No comments written yet.

Please login to write comment.