Color Hex Logo

#7402ce Color Hex

#7402CE
(116,2,206)
0 Favorites   0 Comments

Color spaces of #7402ce

RGB 1162206
HSL0.760.980.41
HSV274°99°81°
CMYK 0.440.990.00   0.19
XYZ18.36478.212759.0098
Yxy8.21270.21460.0960
Hunter Lab28.657864.2365-102.0246
CIE-Lab34.422071.7219-76.1270

#7402ce color RGB value is (116,2,206).

#7402ce hex color red value is 116, green value is 2 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7402ce hue: 0.76 , saturation: 0.98 and the lightness value of 7402ce is 0.41.

The process color (four color CMYK) of #7402ce color hex is 0.44, 0.99, 0.00, 0.19. Web safe color of #7402ce is #6600cc. Color #7402ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000010 11001110
Octal 164 2 316
Decimal 116 2 206
Hex 74 2 CE

RGB Percentages of Color #7402ce

%35.80
%0.62
%63.58

CMYK Percentages of Color #7402ce

%44
%99
%0
%19

Triadic Colors of #7402ce

#7402ce #ce7402 #02ce74

Analogous Colors of #7402ce

#7402ce #ce02c2 #0e02ce

Monochromatic Colors of #7402ce

#7402ce

Complementary Color

#7402ce #5cce02

#7402ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7402ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7402ce Color CSS Codes

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

#7402ce Text Font Color

<p style="color:#7402ce">Text here</p>

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


#7402ce Background Color

<div style="background-color:#7402ce">
Div content here</div>

This div background color is #7402ce


#7402ce Border Color

<div style="border:3px solid #7402ce">
Div here</div>

This div border color is #7402ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,2,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7402ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7402ce;
  -webkit-box-shadow: 1px 1px 3px 2px #7402ce;
  box-shadow:         1px 1px 3px 2px #7402ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7402ce


Comments

No comments written yet.

Please login to write comment.