Color Hex Logo

#392edd Color Hex

#392EDD
(57,46,221)
0 Favorites   0 Comments

Color spaces of #392edd

RGB 5746221
HSL0.680.720.52
HSV244°79°87°
CMYK 0.740.790.00   0.13
XYZ15.71558.044369.1310
Yxy8.04430.16920.0866
Hunter Lab28.362549.2716-124.6603
CIE-Lab34.075058.5907-85.5606

#392edd color RGB value is (57,46,221).

#392edd hex color red value is 57, green value is 46 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #392edd hue: 0.68 , saturation: 0.72 and the lightness value of 392edd is 0.52.

The process color (four color CMYK) of #392edd color hex is 0.74, 0.79, 0.00, 0.13. Web safe color of #392edd is #3333cc. Color #392edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00101110 11011101
Octal 71 56 335
Decimal 57 46 221
Hex 39 2E DD

RGB Percentages of Color #392edd

%17.59
%14.20
%68.21

CMYK Percentages of Color #392edd

%74
%79
%0
%13

Triadic Colors of #392edd

#392edd #dd392e #2edd39

Analogous Colors of #392edd

#392edd #912edd #2e7bdd

Monochromatic Colors of #392edd

#392edd

Complementary Color

#392edd #d2dd2e

#392edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#392edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#392edd Color CSS Codes

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

#392edd Text Font Color

<p style="color:#392edd">Text here</p>

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


#392edd Background Color

<div style="background-color:#392edd">
Div content here</div>

This div background color is #392edd


#392edd Border Color

<div style="border:3px solid #392edd">
Div here</div>

This div border color is #392edd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,46,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #392edd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #392edd;
  -webkit-box-shadow: 1px 1px 3px 2px #392edd;
  box-shadow:         1px 1px 3px 2px #392edd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #392edd


Comments

No comments written yet.

Please login to write comment.