Color Hex Logo

#7874ec Color Hex

#7874EC
(120,116,236)
0 Favorites   0 Comments

Color spaces of #7874ec

RGB 120116236
HSL0.670.760.69
HSV242°51°93°
CMYK 0.490.510.00   0.07
XYZ29.131422.540082.1721
Yxy22.54000.21770.1684
Hunter Lab47.476326.4438-69.3858
CIE-Lab54.595332.8245-60.3734

#7874ec color RGB value is (120,116,236).

#7874ec hex color red value is 120, green value is 116 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7874ec hue: 0.67 , saturation: 0.76 and the lightness value of 7874ec is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110100 11101100
Octal 170 164 354
Decimal 120 116 236
Hex 78 74 EC

RGB Percentages of Color #7874ec

%25.42
%24.58
%50.00

CMYK Percentages of Color #7874ec

%49
%51
%0
%7

Triadic Colors of #7874ec

#7874ec #ec7874 #74ec78

Analogous Colors of #7874ec

#7874ec #b474ec #74acec

Monochromatic Colors of #7874ec

#7874ec

Complementary Color

#7874ec #e8ec74

#7874ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7874ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7874ec Color CSS Codes

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

#7874ec Text Font Color

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

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


#7874ec Background Color

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

This div background color is #7874ec


#7874ec Border Color

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

This div border color is #7874ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7874ec


Comments

No comments written yet.

Please login to write comment.