Color Hex Logo

#382add Color Hex

#382ADD
(56,42,221)
0 Favorites   0 Comments

Color spaces of #382add

RGB 5642221
HSL0.680.720.52
HSV245°81°87°
CMYK 0.750.810.00   0.13
XYZ15.51007.717169.0787
Yxy7.71710.16800.0836
Hunter Lab27.779751.0461-127.9885
CIE-Lab33.386660.3562-86.7040

#382add color RGB value is (56,42,221).

#382add hex color red value is 56, green value is 42 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #382add hue: 0.68 , saturation: 0.72 and the lightness value of 382add is 0.52.

The process color (four color CMYK) of #382add color hex is 0.75, 0.81, 0.00, 0.13. Web safe color of #382add is #3333cc. Color #382add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00101010 11011101
Octal 70 52 335
Decimal 56 42 221
Hex 38 2A DD

RGB Percentages of Color #382add

%17.55
%13.17
%69.28

CMYK Percentages of Color #382add

%75
%81
%0
%13

Triadic Colors of #382add

#382add #dd382a #2add38

Analogous Colors of #382add

#382add #922add #2a76dd

Monochromatic Colors of #382add

#382add

Complementary Color

#382add #cfdd2a

#382add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382add Color Preview on White Background

Lorem ipsum dolor sit amet.

#382add Color CSS Codes

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

#382add Text Font Color

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

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


#382add Background Color

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

This div background color is #382add


#382add Border Color

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

This div border color is #382add


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,42,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #382add; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #382add;
  -webkit-box-shadow: 1px 1px 3px 2px #382add;
  box-shadow:         1px 1px 3px 2px #382add; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382add


Comments

No comments written yet.

Please login to write comment.