Color Hex Logo

#7400ec Color Hex

#7400EC
(116,0,236)
0 Favorites   0 Comments

Color spaces of #7400ec

RGB 1160236
HSL0.751.000.46
HSV269°100°93°
CMYK 0.511.000.00   0.07
XYZ22.34289.769180.0649
Yxy9.76910.19920.0871
Hunter Lab31.255672.9021-129.9996
CIE-Lab37.424878.3021-88.4077

#7400ec color RGB value is (116,0,236).

#7400ec hex color red value is 116, green value is 0 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7400ec hue: 0.75 , saturation: 1.00 and the lightness value of 7400ec is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000000 11101100
Octal 164 0 354
Decimal 116 0 236
Hex 74 0 EC

RGB Percentages of Color #7400ec

%32.95
%0.00
%67.05

CMYK Percentages of Color #7400ec

%51
%100
%0
%7

Triadic Colors of #7400ec

#7400ec #ec7400 #00ec74

Analogous Colors of #7400ec

#7400ec #ea00ec #0002ec

Monochromatic Colors of #7400ec

#7400ec

Complementary Color

#7400ec #78ec00

#7400ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7400ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7400ec Color CSS Codes

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

#7400ec Text Font Color

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

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


#7400ec Background Color

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

This div background color is #7400ec


#7400ec Border Color

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

This div border color is #7400ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7400ec


Comments

No comments written yet.

Please login to write comment.