Color Hex Logo

#c47cfe Color Hex

#C47CFE
(196,124,254)
0 Favorites   0 Comments

Color spaces of #c47cfe

RGB 196124254
HSL0.760.980.74
HSV273°51°100°
CMYK 0.230.510.00   0.00
XYZ47.862033.306897.6722
Yxy33.30680.26760.1862
Hunter Lab57.712047.0383-59.9443
CIE-Lab64.408651.2016-54.2504

#c47cfe color RGB value is (196,124,254).

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

The process color (four color CMYK) of #c47cfe color hex is 0.23, 0.51, 0.00, 0.00. Web safe color of #c47cfe is #cc66ff. Color #c47cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111100 11111110
Octal 304 174 376
Decimal 196 124 254
Hex C4 7C FE

RGB Percentages of Color #c47cfe

%34.15
%21.60
%44.25

CMYK Percentages of Color #c47cfe

%23
%51
%0
%0

Triadic Colors of #c47cfe

#c47cfe #fec47c #7cfec4

Analogous Colors of #c47cfe

#c47cfe #fe7cf7 #837cfe

Monochromatic Colors of #c47cfe

#c47cfe

Complementary Color

#c47cfe #b6fe7c

#c47cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47cfe Color CSS Codes

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

#c47cfe Text Font Color

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

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


#c47cfe Background Color

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

This div background color is #c47cfe


#c47cfe Border Color

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

This div border color is #c47cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.