Color Hex Logo

#382888 Color Hex

#382888
(56,40,136)
0 Favorites   0 Comments

Color spaces of #382888

RGB 5640136
HSL0.690.550.35
HSV250°71°53°
CMYK 0.590.710.00   0.47
XYZ6.83364.135923.7307
Yxy4.13590.19690.1192
Hunter Lab20.336924.3899-54.9484
CIE-Lab24.115734.9966-51.1944

#382888 color RGB value is (56,40,136).

#382888 hex color red value is 56, green value is 40 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #382888 hue: 0.69 , saturation: 0.55 and the lightness value of 382888 is 0.35.

The process color (four color CMYK) of #382888 color hex is 0.59, 0.71, 0.00, 0.47. Web safe color of #382888 is #333399. Color #382888 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00101000 10001000
Octal 70 50 210
Decimal 56 40 136
Hex 38 28 88

RGB Percentages of Color #382888

%24.14
%17.24
%58.62

CMYK Percentages of Color #382888

%59
%71
%0
%47

Triadic Colors of #382888

#382888 #883828 #288838

Analogous Colors of #382888

#382888 #682888 #284888

Monochromatic Colors of #382888

#382888

Complementary Color

#382888 #788828

#382888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#382888 Color CSS Codes

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

#382888 Text Font Color

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

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


#382888 Background Color

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

This div background color is #382888


#382888 Border Color

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

This div border color is #382888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382888


Comments

No comments written yet.

Please login to write comment.