Color Hex Logo

#c47cdf Color Hex

#C47CDF
(196,124,223)
0 Favorites   0 Comments

Color spaces of #c47cdf

RGB 196124223
HSL0.790.610.68
HSV284°44°87°
CMYK 0.120.440.00   0.13
XYZ43.291931.478873.6063
Yxy31.47880.29180.2122
Hunter Lab56.106039.5468-38.5093
CIE-Lab62.909844.5752-39.4775

#c47cdf color RGB value is (196,124,223).

#c47cdf hex color red value is 196, green value is 124 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c47cdf hue: 0.79 , saturation: 0.61 and the lightness value of c47cdf is 0.68.

The process color (four color CMYK) of #c47cdf color hex is 0.12, 0.44, 0.00, 0.13. Web safe color of #c47cdf is #cc66cc. Color #c47cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111100 11011111
Octal 304 174 337
Decimal 196 124 223
Hex C4 7C DF

RGB Percentages of Color #c47cdf

%36.10
%22.84
%41.07

CMYK Percentages of Color #c47cdf

%12
%44
%0
%13

Triadic Colors of #c47cdf

#c47cdf #dfc47c #7cdfc4

Analogous Colors of #c47cdf

#c47cdf #df7cc9 #937cdf

Monochromatic Colors of #c47cdf

#c47cdf

Complementary Color

#c47cdf #97df7c

#c47cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47cdf Color CSS Codes

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

#c47cdf Text Font Color

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

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


#c47cdf Background Color

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

This div background color is #c47cdf


#c47cdf Border Color

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

This div border color is #c47cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47cdf


Comments

No comments written yet.

Please login to write comment.