Color Hex Logo

#c47cda Color Hex

#C47CDA
(196,124,218)
0 Favorites   0 Comments

Color spaces of #c47cda

RGB 196124218
HSL0.790.560.67
HSV286°43°85°
CMYK 0.100.430.00   0.15
XYZ42.627531.213070.1077
Yxy31.21300.29610.2168
Hunter Lab55.868638.4247-35.2931
CIE-Lab62.687043.5570-37.0352

#c47cda color RGB value is (196,124,218).

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

The process color (four color CMYK) of #c47cda color hex is 0.10, 0.43, 0.00, 0.15. Web safe color of #c47cda is #cc66cc. Color #c47cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111100 11011010
Octal 304 174 332
Decimal 196 124 218
Hex C4 7C DA

RGB Percentages of Color #c47cda

%36.43
%23.05
%40.52

CMYK Percentages of Color #c47cda

%10
%43
%0
%15

Triadic Colors of #c47cda

#c47cda #dac47c #7cdac4

Analogous Colors of #c47cda

#c47cda #da7cc1 #957cda

Monochromatic Colors of #c47cda

#c47cda

Complementary Color

#c47cda #92da7c

#c47cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47cda Color CSS Codes

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

#c47cda Text Font Color

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

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


#c47cda Background Color

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

This div background color is #c47cda


#c47cda Border Color

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

This div border color is #c47cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47cda


Comments

No comments written yet.

Please login to write comment.