Color Hex Logo

#390cdf Color Hex

#390CDF
(57,12,223)
0 Favorites   0 Comments

Color spaces of #390cdf

RGB 5712223
HSL0.700.900.46
HSV253°95°87°
CMYK 0.740.950.00   0.13
XYZ15.13816.460570.2612
Yxy6.46050.16480.0703
Hunter Lab25.417561.8299-146.1021
CIE-Lab30.545870.3999-92.5771

#390cdf color RGB value is (57,12,223).

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

The process color (four color CMYK) of #390cdf color hex is 0.74, 0.95, 0.00, 0.13. Web safe color of #390cdf is #3300cc. Color #390cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00001100 11011111
Octal 71 14 337
Decimal 57 12 223
Hex 39 C DF

RGB Percentages of Color #390cdf

%19.52
%4.11
%76.37

CMYK Percentages of Color #390cdf

%74
%95
%0
%13

Triadic Colors of #390cdf

#390cdf #df390c #0cdf39

Analogous Colors of #390cdf

#390cdf #a30cdf #0c49df

Monochromatic Colors of #390cdf

#390cdf

Complementary Color

#390cdf #b2df0c

#390cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#390cdf Color CSS Codes

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

#390cdf Text Font Color

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

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


#390cdf Background Color

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

This div background color is #390cdf


#390cdf Border Color

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

This div border color is #390cdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,12,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390cdf


Comments

No comments written yet.

Please login to write comment.