Color Hex Logo

#382082 Color Hex

#382082
(56,32,130)
0 Favorites   0 Comments

Color spaces of #382082

RGB 5632130
HSL0.710.600.32
HSV255°75°51°
CMYK 0.570.750.00   0.49
XYZ6.17673.485521.4663
Yxy3.48550.19840.1120
Hunter Lab18.669526.3841-55.1034
CIE-Lab21.891937.6944-51.0717

#382082 color RGB value is (56,32,130).

#382082 hex color red value is 56, green value is 32 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #382082 hue: 0.71 , saturation: 0.60 and the lightness value of 382082 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00100000 10000010
Octal 70 40 202
Decimal 56 32 130
Hex 38 20 82

RGB Percentages of Color #382082

%25.69
%14.68
%59.63

CMYK Percentages of Color #382082

%57
%75
%0
%49

Triadic Colors of #382082

#382082 #823820 #208238

Analogous Colors of #382082

#382082 #692082 #203982

Monochromatic Colors of #382082

#382082

Complementary Color

#382082 #6a8220

#382082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#382082 Color CSS Codes

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

#382082 Text Font Color

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

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


#382082 Background Color

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

This div background color is #382082


#382082 Border Color

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

This div border color is #382082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382082


Comments

No comments written yet.

Please login to write comment.