Color Hex Logo

#c47eec Color Hex

#C47EEC
(196,126,236)
0 Favorites   0 Comments

Color spaces of #c47eec

RGB 196126236
HSL0.770.740.71
HSV278°47°93°
CMYK 0.170.470.00   0.07
XYZ45.366132.713683.2802
Yxy32.71360.28110.2027
Hunter Lab57.195841.4885-46.2924
CIE-Lab63.928346.2331-45.0968

#c47eec color RGB value is (196,126,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111110 11101100
Octal 304 176 354
Decimal 196 126 236
Hex C4 7E EC

RGB Percentages of Color #c47eec

%35.13
%22.58
%42.29

CMYK Percentages of Color #c47eec

%17
%47
%0
%7

Triadic Colors of #c47eec

#c47eec #ecc47e #7eecc4

Analogous Colors of #c47eec

#c47eec #ec7edd #8d7eec

Monochromatic Colors of #c47eec

#c47eec

Complementary Color

#c47eec #a6ec7e

#c47eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47eec Color CSS Codes

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

#c47eec Text Font Color

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

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


#c47eec Background Color

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

This div background color is #c47eec


#c47eec Border Color

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

This div border color is #c47eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47eec


Comments

No comments written yet.

Please login to write comment.