Color Hex Logo

#7f02cd Color Hex

#7F02CD
(127,2,205)
0 Favorites   0 Comments

Color spaces of #7f02cd

RGB 1272205
HSL0.770.980.41
HSV277°99°80°
CMYK 0.380.990.00   0.20
XYZ19.79358.963258.4444
Yxy8.96320.22700.1028
Hunter Lab29.938665.6203-94.7855
CIE-Lab35.913372.6036-73.0332

#7f02cd color RGB value is (127,2,205).

#7f02cd hex color red value is 127, green value is 2 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7f02cd hue: 0.77 , saturation: 0.98 and the lightness value of 7f02cd is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 00000010 11001101
Octal 177 2 315
Decimal 127 2 205
Hex 7F 2 CD

RGB Percentages of Color #7f02cd

%38.02
%0.60
%61.38

CMYK Percentages of Color #7f02cd

%38
%99
%0
%20

Triadic Colors of #7f02cd

#7f02cd #cd7f02 #02cd7f

Analogous Colors of #7f02cd

#7f02cd #cd02b6 #1a02cd

Monochromatic Colors of #7f02cd

#7f02cd

Complementary Color

#7f02cd #50cd02

#7f02cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f02cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f02cd Color CSS Codes

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

#7f02cd Text Font Color

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

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


#7f02cd Background Color

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

This div background color is #7f02cd


#7f02cd Border Color

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

This div border color is #7f02cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f02cd


Comments

No comments written yet.

Please login to write comment.