Color Hex Logo

#7425ec Color Hex

#7425EC
(116,37,236)
0 Favorites   0 Comments

Color spaces of #7425ec

RGB 11637236
HSL0.730.840.54
HSV264°84°93°
CMYK 0.510.840.00   0.07
XYZ23.004311.092380.2854
Yxy11.09230.20110.0970
Hunter Lab33.305165.0085-119.6111
CIE-Lab39.735571.3580-84.5893

#7425ec color RGB value is (116,37,236).

#7425ec hex color red value is 116, green value is 37 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7425ec hue: 0.73 , saturation: 0.84 and the lightness value of 7425ec is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100101 11101100
Octal 164 45 354
Decimal 116 37 236
Hex 74 25 EC

RGB Percentages of Color #7425ec

%29.82
%9.51
%60.67

CMYK Percentages of Color #7425ec

%51
%84
%0
%7

Triadic Colors of #7425ec

#7425ec #ec7425 #25ec74

Analogous Colors of #7425ec

#7425ec #d825ec #2539ec

Monochromatic Colors of #7425ec

#7425ec

Complementary Color

#7425ec #9dec25

#7425ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7425ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7425ec Color CSS Codes

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

#7425ec Text Font Color

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

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


#7425ec Background Color

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

This div background color is #7425ec


#7425ec Border Color

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

This div border color is #7425ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7425ec


Comments

No comments written yet.

Please login to write comment.