Color Hex Logo

#c47cfa Color Hex

#C47CFA
(196,124,250)
0 Favorites   0 Comments

Color spaces of #c47cfa

RGB 196124250
HSL0.760.930.73
HSV274°50°98°
CMYK 0.220.500.00   0.02
XYZ47.227933.053294.3332
Yxy33.05320.27050.1893
Hunter Lab57.491946.0216-57.0392
CIE-Lab64.204050.3190-52.3796

#c47cfa color RGB value is (196,124,250).

#c47cfa hex color red value is 196, green value is 124 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c47cfa hue: 0.76 , saturation: 0.93 and the lightness value of c47cfa is 0.73.

The process color (four color CMYK) of #c47cfa color hex is 0.22, 0.50, 0.00, 0.02. Web safe color of #c47cfa is #cc66ff. Color #c47cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111100 11111010
Octal 304 174 372
Decimal 196 124 250
Hex C4 7C FA

RGB Percentages of Color #c47cfa

%34.39
%21.75
%43.86

CMYK Percentages of Color #c47cfa

%22
%50
%0
%2

Triadic Colors of #c47cfa

#c47cfa #fac47c #7cfac4

Analogous Colors of #c47cfa

#c47cfa #fa7cf1 #857cfa

Monochromatic Colors of #c47cfa

#c47cfa

Complementary Color

#c47cfa #b2fa7c

#c47cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47cfa Color CSS Codes

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

#c47cfa Text Font Color

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

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


#c47cfa Background Color

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

This div background color is #c47cfa


#c47cfa Border Color

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

This div border color is #c47cfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,124,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c47cfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c47cfa;
  -webkit-box-shadow: 1px 1px 3px 2px #c47cfa;
  box-shadow:         1px 1px 3px 2px #c47cfa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47cfa


Comments

No comments written yet.

Please login to write comment.