Color Hex Logo

#c47bcc Color Hex

#C47BCC
(196,123,204)
0 Favorites   0 Comments

Color spaces of #c47bcc

RGB 196123204
HSL0.820.440.64
HSV294°40°80°
CMYK 0.040.400.00   0.20
XYZ40.747030.261360.8202
Yxy30.26130.30910.2296
Hunter Lab55.010335.9499-27.0447
CIE-Lab61.879041.3270-30.4381

#c47bcc color RGB value is (196,123,204).

#c47bcc hex color red value is 196, green value is 123 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c47bcc hue: 0.82 , saturation: 0.44 and the lightness value of c47bcc is 0.64.

The process color (four color CMYK) of #c47bcc color hex is 0.04, 0.40, 0.00, 0.20. Web safe color of #c47bcc is #cc66cc. Color #c47bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111011 11001100
Octal 304 173 314
Decimal 196 123 204
Hex C4 7B CC

RGB Percentages of Color #c47bcc

%37.48
%23.52
%39.01

CMYK Percentages of Color #c47bcc

%4
%40
%0
%20

Triadic Colors of #c47bcc

#c47bcc #ccc47b #7bccc4

Analogous Colors of #c47bcc

#c47bcc #cc7bac #9c7bcc

Monochromatic Colors of #c47bcc

#c47bcc

Complementary Color

#c47bcc #83cc7b

#c47bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47bcc Color CSS Codes

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

#c47bcc Text Font Color

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

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


#c47bcc Background Color

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

This div background color is #c47bcc


#c47bcc Border Color

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

This div border color is #c47bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47bcc


Comments

No comments written yet.

Please login to write comment.