Color Hex Logo

#383983 Color Hex

#383983
(56,57,131)
0 Favorites   0 Comments

Color spaces of #383983

RGB 5657131
HSL0.660.400.37
HSV239°57°51°
CMYK 0.570.560.00   0.49
XYZ7.19075.405722.1371
Yxy5.40570.20700.1556
Hunter Lab23.250214.5179-40.1765
CIE-Lab27.860722.4148-41.9807

#383983 color RGB value is (56,57,131).

#383983 hex color red value is 56, green value is 57 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #383983 hue: 0.66 , saturation: 0.40 and the lightness value of 383983 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111001 10000011
Octal 70 71 203
Decimal 56 57 131
Hex 38 39 83

RGB Percentages of Color #383983

%22.95
%23.36
%53.69

CMYK Percentages of Color #383983

%57
%56
%0
%49

Triadic Colors of #383983

#383983 #833839 #398338

Analogous Colors of #383983

#383983 #5d3883 #385f83

Monochromatic Colors of #383983

#383983

Complementary Color

#383983 #838238

#383983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383983 Color CSS Codes

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

#383983 Text Font Color

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

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


#383983 Background Color

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

This div background color is #383983


#383983 Border Color

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

This div border color is #383983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383983


Comments

No comments written yet.

Please login to write comment.