Color Hex Logo

#390cee Color Hex

#390CEE
(57,12,238)
0 Favorites   0 Comments

Color spaces of #390cee

RGB 5712238
HSL0.700.900.49
HSV252°95°93°
CMYK 0.760.950.00   0.07
XYZ17.25147.305881.3898
Yxy7.30580.16280.0690
Hunter Lab27.029266.6264-159.6121
CIE-Lab32.493274.0726-97.9008

#390cee color RGB value is (57,12,238).

#390cee hex color red value is 57, green value is 12 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #390cee hue: 0.70 , saturation: 0.90 and the lightness value of 390cee is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00001100 11101110
Octal 71 14 356
Decimal 57 12 238
Hex 39 C EE

RGB Percentages of Color #390cee

%18.57
%3.91
%77.52

CMYK Percentages of Color #390cee

%76
%95
%0
%7

Triadic Colors of #390cee

#390cee #ee390c #0cee39

Analogous Colors of #390cee

#390cee #aa0cee #0c50ee

Monochromatic Colors of #390cee

#390cee

Complementary Color

#390cee #c1ee0c

#390cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#390cee Color CSS Codes

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

#390cee Text Font Color

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

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


#390cee Background Color

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

This div background color is #390cee


#390cee Border Color

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

This div border color is #390cee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,12,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #390cee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #390cee;
  -webkit-box-shadow: 1px 1px 3px 2px #390cee;
  box-shadow:         1px 1px 3px 2px #390cee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,12,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 #390cee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390cee


Comments

No comments written yet.

Please login to write comment.