Color Hex Logo

#380eee Color Hex

#380EEE
(56,14,238)
0 Favorites   0 Comments

Color spaces of #380eee

RGB 5614238
HSL0.700.890.49
HSV251°94°93°
CMYK 0.760.940.00   0.07
XYZ17.22057.327981.3957
Yxy7.32790.16250.0692
Hunter Lab27.070166.1792-159.3270
CIE-Lab32.542073.6929-97.8210

#380eee color RGB value is (56,14,238).

#380eee hex color red value is 56, green value is 14 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #380eee hue: 0.70 , saturation: 0.89 and the lightness value of 380eee is 0.49.

The process color (four color CMYK) of #380eee color hex is 0.76, 0.94, 0.00, 0.07. Web safe color of #380eee is #3300ff. Color #380eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00001110 11101110
Octal 70 16 356
Decimal 56 14 238
Hex 38 E EE

RGB Percentages of Color #380eee

%18.18
%4.55
%77.27

CMYK Percentages of Color #380eee

%76
%94
%0
%7

Triadic Colors of #380eee

#380eee #ee380e #0eee38

Analogous Colors of #380eee

#380eee #a80eee #0e54ee

Monochromatic Colors of #380eee

#380eee

Complementary Color

#380eee #c4ee0e

#380eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#380eee Color CSS Codes

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

#380eee Text Font Color

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

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


#380eee Background Color

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

This div background color is #380eee


#380eee Border Color

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

This div border color is #380eee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,14,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 #380eee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380eee


Comments

No comments written yet.

Please login to write comment.