Color Hex Logo

#7f47ca Color Hex

#7F47CA
(127,71,202)
0 Favorites   0 Comments

Color spaces of #7f47ca

RGB 12771202
HSL0.740.550.54
HSV266°65°79°
CMYK 0.370.650.00   0.21
XYZ21.666313.282857.2990
Yxy13.28280.23490.1440
Hunter Lab36.445642.3356-67.7026
CIE-Lab43.186350.3216-59.4248

#7f47ca color RGB value is (127,71,202).

#7f47ca hex color red value is 127, green value is 71 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7f47ca hue: 0.74 , saturation: 0.55 and the lightness value of 7f47ca is 0.54.

The process color (four color CMYK) of #7f47ca color hex is 0.37, 0.65, 0.00, 0.21. Web safe color of #7f47ca is #6633cc. Color #7f47ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01000111 11001010
Octal 177 107 312
Decimal 127 71 202
Hex 7F 47 CA

RGB Percentages of Color #7f47ca

%31.75
%17.75
%50.50

CMYK Percentages of Color #7f47ca

%37
%65
%0
%21

Triadic Colors of #7f47ca

#7f47ca #ca7f47 #47ca7f

Analogous Colors of #7f47ca

#7f47ca #c147ca #4750ca

Monochromatic Colors of #7f47ca

#7f47ca

Complementary Color

#7f47ca #92ca47

#7f47ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f47ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f47ca Color CSS Codes

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

#7f47ca Text Font Color

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

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


#7f47ca Background Color

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

This div background color is #7f47ca


#7f47ca Border Color

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

This div border color is #7f47ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f47ca


Comments

No comments written yet.

Please login to write comment.