Color Hex Logo

#7f24cd Color Hex

#7F24CD
(127,36,205)
0 Favorites   0 Comments

Color spaces of #7f24cd

RGB 12736205
HSL0.760.700.47
HSV272°82°80°
CMYK 0.380.820.00   0.20
XYZ20.402710.181658.6475
Yxy10.18160.22860.1141
Hunter Lab31.908658.2947-86.6380
CIE-Lab38.166465.9020-69.3367

#7f24cd color RGB value is (127,36,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 00100100 11001101
Octal 177 44 315
Decimal 127 36 205
Hex 7F 24 CD

RGB Percentages of Color #7f24cd

%34.51
%9.78
%55.71

CMYK Percentages of Color #7f24cd

%38
%82
%0
%20

Triadic Colors of #7f24cd

#7f24cd #cd7f24 #24cd7f

Analogous Colors of #7f24cd

#7f24cd #cd24c7 #2b24cd

Monochromatic Colors of #7f24cd

#7f24cd

Complementary Color

#7f24cd #72cd24

#7f24cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f24cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f24cd Color CSS Codes

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

#7f24cd Text Font Color

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

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


#7f24cd Background Color

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

This div background color is #7f24cd


#7f24cd Border Color

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

This div border color is #7f24cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f24cd


Comments

No comments written yet.

Please login to write comment.