Color Hex Logo

#c47fbf Color Hex

#C47FBF
(196,127,191)
0 Favorites   0 Comments

Color spaces of #c47fbf

RGB 196127191
HSL0.850.370.63
HSV304°35°77°
CMYK 0.000.350.03   0.23
XYZ39.758330.676153.1158
Yxy30.67610.32180.2483
Hunter Lab55.386031.2089-18.0896
CIE-Lab62.233236.7259-22.5561

#c47fbf color RGB value is (196,127,191).

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

The process color (four color CMYK) of #c47fbf color hex is 0.00, 0.35, 0.03, 0.23. Web safe color of #c47fbf is #cc66cc. Color #c47fbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111111 10111111
Octal 304 177 277
Decimal 196 127 191
Hex C4 7F BF

RGB Percentages of Color #c47fbf

%38.13
%24.71
%37.16

CMYK Percentages of Color #c47fbf

%0
%35
%3
%23

Triadic Colors of #c47fbf

#c47fbf #bfc47f #7fbfc4

Analogous Colors of #c47fbf

#c47fbf #c47f9d #a77fc4

Monochromatic Colors of #c47fbf

#c47fbf

Complementary Color

#c47fbf #7fc484

#c47fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47fbf Color CSS Codes

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

#c47fbf Text Font Color

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

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


#c47fbf Background Color

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

This div background color is #c47fbf


#c47fbf Border Color

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

This div border color is #c47fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47fbf


Comments

No comments written yet.

Please login to write comment.