Color Hex Logo

#7839dd Color Hex

#7839DD
(120,57,221)
0 Favorites   0 Comments

Color spaces of #7839dd

RGB 12057221
HSL0.730.710.55
HSV263°74°87°
CMYK 0.460.740.00   0.13
XYZ22.260012.139869.5766
Yxy12.13980.21410.1168
Hunter Lab34.842253.0662-94.0070
CIE-Lab41.437560.6245-73.2352

#7839dd color RGB value is (120,57,221).

#7839dd hex color red value is 120, green value is 57 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7839dd hue: 0.73 , saturation: 0.71 and the lightness value of 7839dd is 0.55.

The process color (four color CMYK) of #7839dd color hex is 0.46, 0.74, 0.00, 0.13. Web safe color of #7839dd is #6633cc. Color #7839dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111001 11011101
Octal 170 71 335
Decimal 120 57 221
Hex 78 39 DD

RGB Percentages of Color #7839dd

%30.15
%14.32
%55.53

CMYK Percentages of Color #7839dd

%46
%74
%0
%13

Triadic Colors of #7839dd

#7839dd #dd7839 #39dd78

Analogous Colors of #7839dd

#7839dd #ca39dd #394cdd

Monochromatic Colors of #7839dd

#7839dd

Complementary Color

#7839dd #9edd39

#7839dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7839dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7839dd Color CSS Codes

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

#7839dd Text Font Color

<p style="color:#7839dd">Text here</p>

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


#7839dd Background Color

<div style="background-color:#7839dd">
Div content here</div>

This div background color is #7839dd


#7839dd Border Color

<div style="border:3px solid #7839dd">
Div here</div>

This div border color is #7839dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7839dd


Comments

No comments written yet.

Please login to write comment.