Color Hex Logo

#c47eaf Color Hex

#C47EAF
(196,126,175)
0 Favorites   0 Comments

Color spaces of #c47eaf

RGB 196126175
HSL0.880.370.63
HSV318°36°77°
CMYK 0.000.360.11   0.23
XYZ37.963729.752644.2994
Yxy29.75260.33890.2656
Hunter Lab54.545928.7797-9.9701
CIE-Lab61.440234.4313-14.6805

#c47eaf color RGB value is (196,126,175).

#c47eaf hex color red value is 196, green value is 126 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c47eaf hue: 0.88 , saturation: 0.37 and the lightness value of c47eaf is 0.63.

The process color (four color CMYK) of #c47eaf color hex is 0.00, 0.36, 0.11, 0.23. Web safe color of #c47eaf is #cc6699. Color #c47eaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111110 10101111
Octal 304 176 257
Decimal 196 126 175
Hex C4 7E AF

RGB Percentages of Color #c47eaf

%39.44
%25.35
%35.21

CMYK Percentages of Color #c47eaf

%0
%36
%11
%23

Triadic Colors of #c47eaf

#c47eaf #afc47e #7eafc4

Analogous Colors of #c47eaf

#c47eaf #c47e8c #b67ec4

Monochromatic Colors of #c47eaf

#c47eaf

Complementary Color

#c47eaf #7ec493

#c47eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47eaf Color CSS Codes

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

#c47eaf Text Font Color

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

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


#c47eaf Background Color

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

This div background color is #c47eaf


#c47eaf Border Color

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

This div border color is #c47eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47eaf


Comments

No comments written yet.

Please login to write comment.