Color Hex Logo

#7c25ed Color Hex

#7C25ED
(124,37,237)
0 Favorites   0 Comments

Color spaces of #7c25ed

RGB 12437237
HSL0.740.850.54
HSV266°84°93°
CMYK 0.480.840.00   0.07
XYZ24.259811.722681.1048
Yxy11.72260.20720.1001
Hunter Lab34.238366.5606-116.4814
CIE-Lab40.771872.4597-83.4152

#7c25ed color RGB value is (124,37,237).

#7c25ed hex color red value is 124, green value is 37 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7c25ed hue: 0.74 , saturation: 0.85 and the lightness value of 7c25ed is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 00100101 11101101
Octal 174 45 355
Decimal 124 37 237
Hex 7C 25 ED

RGB Percentages of Color #7c25ed

%31.16
%9.30
%59.55

CMYK Percentages of Color #7c25ed

%48
%84
%0
%7

Triadic Colors of #7c25ed

#7c25ed #ed7c25 #25ed7c

Analogous Colors of #7c25ed

#7c25ed #e025ed #2532ed

Monochromatic Colors of #7c25ed

#7c25ed

Complementary Color

#7c25ed #96ed25

#7c25ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c25ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c25ed Color CSS Codes

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

#7c25ed Text Font Color

<p style="color:#7c25ed">Text here</p>

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


#7c25ed Background Color

<div style="background-color:#7c25ed">
Div content here</div>

This div background color is #7c25ed


#7c25ed Border Color

<div style="border:3px solid #7c25ed">
Div here</div>

This div border color is #7c25ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,37,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7c25ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7c25ed;
  -webkit-box-shadow: 1px 1px 3px 2px #7c25ed;
  box-shadow:         1px 1px 3px 2px #7c25ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c25ed


Comments

No comments written yet.

Please login to write comment.