Color Hex Logo

#c47cdb Color Hex

#C47CDB
(196,124,219)
0 Favorites   0 Comments

Color spaces of #c47cdb

RGB 196124219
HSL0.790.570.67
HSV285°43°86°
CMYK 0.110.430.00   0.14
XYZ42.758831.265570.7991
Yxy31.26550.29520.2159
Hunter Lab55.915638.6473-35.9308
CIE-Lab62.731143.7595-37.5250

#c47cdb color RGB value is (196,124,219).

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

The process color (four color CMYK) of #c47cdb color hex is 0.11, 0.43, 0.00, 0.14. Web safe color of #c47cdb is #cc66cc. Color #c47cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111100 11011011
Octal 304 174 333
Decimal 196 124 219
Hex C4 7C DB

RGB Percentages of Color #c47cdb

%36.36
%23.01
%40.63

CMYK Percentages of Color #c47cdb

%11
%43
%0
%14

Triadic Colors of #c47cdb

#c47cdb #dbc47c #7cdbc4

Analogous Colors of #c47cdb

#c47cdb #db7cc3 #957cdb

Monochromatic Colors of #c47cdb

#c47cdb

Complementary Color

#c47cdb #93db7c

#c47cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47cdb Color CSS Codes

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

#c47cdb Text Font Color

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

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


#c47cdb Background Color

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

This div background color is #c47cdb


#c47cdb Border Color

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

This div border color is #c47cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47cdb


Comments

No comments written yet.

Please login to write comment.