Color Hex Logo

#c47cce Color Hex

#C47CCE
(196,124,206)
0 Favorites   0 Comments

Color spaces of #c47cce

RGB 196124206
HSL0.810.460.65
HSV293°40°81°
CMYK 0.050.400.00   0.19
XYZ41.113230.607362.1334
Yxy30.60730.30710.2287
Hunter Lab55.323935.8332-27.8610
CIE-Lab62.174741.1786-31.1053

#c47cce color RGB value is (196,124,206).

#c47cce hex color red value is 196, green value is 124 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c47cce hue: 0.81 , saturation: 0.46 and the lightness value of c47cce is 0.65.

The process color (four color CMYK) of #c47cce color hex is 0.05, 0.40, 0.00, 0.19. Web safe color of #c47cce is #cc66cc. Color #c47cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111100 11001110
Octal 304 174 316
Decimal 196 124 206
Hex C4 7C CE

RGB Percentages of Color #c47cce

%37.26
%23.57
%39.16

CMYK Percentages of Color #c47cce

%5
%40
%0
%19

Triadic Colors of #c47cce

#c47cce #cec47c #7ccec4

Analogous Colors of #c47cce

#c47cce #ce7caf #9b7cce

Monochromatic Colors of #c47cce

#c47cce

Complementary Color

#c47cce #86ce7c

#c47cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47cce Color CSS Codes

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

#c47cce Text Font Color

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

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


#c47cce Background Color

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

This div background color is #c47cce


#c47cce Border Color

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

This div border color is #c47cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47cce


Comments

No comments written yet.

Please login to write comment.