Color Hex Logo

#7855ec Color Hex

#7855EC
(120,85,236)
0 Favorites   0 Comments

Color spaces of #7855ec

RGB 12085236
HSL0.710.800.63
HSV254°64°93°
CMYK 0.490.640.00   0.07
XYZ26.134616.546281.1732
Yxy16.54620.21100.1336
Hunter Lab40.677043.4998-89.8425
CIE-Lab47.683150.6380-71.5502

#7855ec color RGB value is (120,85,236).

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

The process color (four color CMYK) of #7855ec color hex is 0.49, 0.64, 0.00, 0.07. Web safe color of #7855ec is #6666ff. Color #7855ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010101 11101100
Octal 170 125 354
Decimal 120 85 236
Hex 78 55 EC

RGB Percentages of Color #7855ec

%27.21
%19.27
%53.51

CMYK Percentages of Color #7855ec

%49
%64
%0
%7

Triadic Colors of #7855ec

#7855ec #ec7855 #55ec78

Analogous Colors of #7855ec

#7855ec #c455ec #557eec

Monochromatic Colors of #7855ec

#7855ec

Complementary Color

#7855ec #c9ec55

#7855ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7855ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7855ec Color CSS Codes

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

#7855ec Text Font Color

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

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


#7855ec Background Color

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

This div background color is #7855ec


#7855ec Border Color

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

This div border color is #7855ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,85,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7855ec


Comments

No comments written yet.

Please login to write comment.