Color Hex Logo

#382185 Color Hex

#382185
(56,33,133)
0 Favorites   0 Comments

Color spaces of #382185

RGB 5633133
HSL0.710.600.33
HSV254°75°52°
CMYK 0.580.750.00   0.48
XYZ6.40843.621922.5516
Yxy3.62190.19670.1112
Hunter Lab19.031326.8015-56.9353
CIE-Lab22.379938.0739-52.1599

#382185 color RGB value is (56,33,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00100001 10000101
Octal 70 41 205
Decimal 56 33 133
Hex 38 21 85

RGB Percentages of Color #382185

%25.23
%14.86
%59.91

CMYK Percentages of Color #382185

%58
%75
%0
%48

Triadic Colors of #382185

#382185 #853821 #218538

Analogous Colors of #382185

#382185 #6a2185 #213c85

Monochromatic Colors of #382185

#382185

Complementary Color

#382185 #6e8521

#382185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#382185 Color CSS Codes

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

#382185 Text Font Color

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

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


#382185 Background Color

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

This div background color is #382185


#382185 Border Color

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

This div border color is #382185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382185


Comments

No comments written yet.

Please login to write comment.