Color Hex Logo

#382ade Color Hex

#382ADE
(56,42,222)
0 Favorites   0 Comments

Color spaces of #382ade

RGB 5642222
HSL0.680.730.52
HSV245°81°87°
CMYK 0.750.810.00   0.13
XYZ15.64377.770669.7826
Yxy7.77060.16790.0834
Hunter Lab27.875851.3903-128.9100
CIE-Lab33.500560.6483-87.0894

#382ade color RGB value is (56,42,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00101010 11011110
Octal 70 52 336
Decimal 56 42 222
Hex 38 2A DE

RGB Percentages of Color #382ade

%17.50
%13.13
%69.38

CMYK Percentages of Color #382ade

%75
%81
%0
%13

Triadic Colors of #382ade

#382ade #de382a #2ade38

Analogous Colors of #382ade

#382ade #922ade #2a76de

Monochromatic Colors of #382ade

#382ade

Complementary Color

#382ade #d0de2a

#382ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#382ade Color CSS Codes

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

#382ade Text Font Color

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

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


#382ade Background Color

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

This div background color is #382ade


#382ade Border Color

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

This div border color is #382ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382ade


Comments

No comments written yet.

Please login to write comment.