Color Hex Logo

#7855df Color Hex

#7855DF
(120,85,223)
0 Favorites   0 Comments

Color spaces of #7855df

RGB 12085223
HSL0.710.680.60
HSV255°62°87°
CMYK 0.460.620.00   0.13
XYZ24.313515.817871.5837
Yxy15.81780.21760.1416
Hunter Lab39.771639.5218-78.8742
CIE-Lab46.734546.9921-65.7431

#7855df color RGB value is (120,85,223).

#7855df hex color red value is 120, green value is 85 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7855df hue: 0.71 , saturation: 0.68 and the lightness value of 7855df is 0.60.

The process color (four color CMYK) of #7855df color hex is 0.46, 0.62, 0.00, 0.13. Web safe color of #7855df is #6666cc. Color #7855df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010101 11011111
Octal 170 125 337
Decimal 120 85 223
Hex 78 55 DF

RGB Percentages of Color #7855df

%28.04
%19.86
%52.10

CMYK Percentages of Color #7855df

%46
%62
%0
%13

Triadic Colors of #7855df

#7855df #df7855 #55df78

Analogous Colors of #7855df

#7855df #bd55df #5577df

Monochromatic Colors of #7855df

#7855df

Complementary Color

#7855df #bcdf55

#7855df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7855df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7855df Color CSS Codes

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

#7855df Text Font Color

<p style="color:#7855df">Text here</p>

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


#7855df Background Color

<div style="background-color:#7855df">
Div content here</div>

This div background color is #7855df


#7855df Border Color

<div style="border:3px solid #7855df">
Div here</div>

This div border color is #7855df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,85,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7855df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7855df;
  -webkit-box-shadow: 1px 1px 3px 2px #7855df;
  box-shadow:         1px 1px 3px 2px #7855df; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7855df


Comments

No comments written yet.

Please login to write comment.