Color Hex Logo

#383184 Color Hex

#383184
(56,49,132)
0 Favorites   0 Comments

Color spaces of #383184

RGB 5649132
HSL0.680.460.35
HSV245°63°52°
CMYK 0.580.630.00   0.48
XYZ6.89414.703322.3743
Yxy4.70330.20290.1384
Hunter Lab21.687118.7909-45.9878
CIE-Lab25.872228.0374-45.8277

#383184 color RGB value is (56,49,132).

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

The process color (four color CMYK) of #383184 color hex is 0.58, 0.63, 0.00, 0.48. Web safe color of #383184 is #333399. Color #383184 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110001 10000100
Octal 70 61 204
Decimal 56 49 132
Hex 38 31 84

RGB Percentages of Color #383184

%23.63
%20.68
%55.70

CMYK Percentages of Color #383184

%58
%63
%0
%48

Triadic Colors of #383184

#383184 #843831 #318438

Analogous Colors of #383184

#383184 #613184 #315484

Monochromatic Colors of #383184

#383184

Complementary Color

#383184 #7d8431

#383184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383184 Color CSS Codes

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

#383184 Text Font Color

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

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


#383184 Background Color

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

This div background color is #383184


#383184 Border Color

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

This div border color is #383184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383184


Comments

No comments written yet.

Please login to write comment.