Color Hex Logo

#382aee Color Hex

#382AEE
(56,42,238)
0 Favorites   0 Comments

Color spaces of #382aee

RGB 5642238
HSL0.680.850.55
HSV244°82°93°
CMYK 0.760.820.00   0.07
XYZ17.89158.669781.6194
Yxy8.66970.16540.0801
Hunter Lab29.444456.9357-143.7401
CIE-Lab35.340465.2589-93.1623

#382aee color RGB value is (56,42,238).

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

The process color (four color CMYK) of #382aee color hex is 0.76, 0.82, 0.00, 0.07. Web safe color of #382aee is #3333ff. Color #382aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00101010 11101110
Octal 70 52 356
Decimal 56 42 238
Hex 38 2A EE

RGB Percentages of Color #382aee

%16.67
%12.50
%70.83

CMYK Percentages of Color #382aee

%76
%82
%0
%7

Triadic Colors of #382aee

#382aee #ee382a #2aee38

Analogous Colors of #382aee

#382aee #9a2aee #2a7eee

Monochromatic Colors of #382aee

#382aee

Complementary Color

#382aee #e0ee2a

#382aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#382aee Color CSS Codes

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

#382aee Text Font Color

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

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


#382aee Background Color

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

This div background color is #382aee


#382aee Border Color

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

This div border color is #382aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382aee


Comments

No comments written yet.

Please login to write comment.