Color Hex Logo

#c47fec Color Hex

#C47FEC
(196,127,236)
0 Favorites   0 Comments

Color spaces of #c47fec

RGB 196127236
HSL0.770.740.71
HSV278°46°93°
CMYK 0.170.460.00   0.07
XYZ45.494632.970683.3230
Yxy32.97060.28120.2038
Hunter Lab57.420040.9427-45.8425
CIE-Lab64.137145.7019-44.7682

#c47fec color RGB value is (196,127,236).

#c47fec hex color red value is 196, green value is 127 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c47fec hue: 0.77 , saturation: 0.74 and the lightness value of c47fec is 0.71.

The process color (four color CMYK) of #c47fec color hex is 0.17, 0.46, 0.00, 0.07. Web safe color of #c47fec is #cc66ff. Color #c47fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111111 11101100
Octal 304 177 354
Decimal 196 127 236
Hex C4 7F EC

RGB Percentages of Color #c47fec

%35.06
%22.72
%42.22

CMYK Percentages of Color #c47fec

%17
%46
%0
%7

Triadic Colors of #c47fec

#c47fec #ecc47f #7fecc4

Analogous Colors of #c47fec

#c47fec #ec7fde #8e7fec

Monochromatic Colors of #c47fec

#c47fec

Complementary Color

#c47fec #a7ec7f

#c47fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47fec Color CSS Codes

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

#c47fec Text Font Color

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

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


#c47fec Background Color

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

This div background color is #c47fec


#c47fec Border Color

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

This div border color is #c47fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47fec


Comments

No comments written yet.

Please login to write comment.