Color Hex Logo

#7f25ce Color Hex

#7F25CE
(127,37,206)
0 Favorites   0 Comments

Color spaces of #7f25ce

RGB 12737206
HSL0.760.700.48
HSV272°82°81°
CMYK 0.380.820.00   0.19
XYZ20.554510.291459.2956
Yxy10.29140.22800.1142
Hunter Lab32.080258.2285-87.1328
CIE-Lab38.360465.8064-69.5994

#7f25ce color RGB value is (127,37,206).

#7f25ce hex color red value is 127, green value is 37 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7f25ce hue: 0.76 , saturation: 0.70 and the lightness value of 7f25ce is 0.48.

The process color (four color CMYK) of #7f25ce color hex is 0.38, 0.82, 0.00, 0.19. Web safe color of #7f25ce is #6633cc. Color #7f25ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 00100101 11001110
Octal 177 45 316
Decimal 127 37 206
Hex 7F 25 CE

RGB Percentages of Color #7f25ce

%34.32
%10.00
%55.68

CMYK Percentages of Color #7f25ce

%38
%82
%0
%19

Triadic Colors of #7f25ce

#7f25ce #ce7f25 #25ce7f

Analogous Colors of #7f25ce

#7f25ce #ce25c9 #2b25ce

Monochromatic Colors of #7f25ce

#7f25ce

Complementary Color

#7f25ce #74ce25

#7f25ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f25ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f25ce Color CSS Codes

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

#7f25ce Text Font Color

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

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


#7f25ce Background Color

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

This div background color is #7f25ce


#7f25ce Border Color

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

This div border color is #7f25ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f25ce


Comments

No comments written yet.

Please login to write comment.