Color Hex Logo

#c47dec Color Hex

#C47DEC
(196,125,236)
0 Favorites   0 Comments

Color spaces of #c47dec

RGB 196125236
HSL0.770.740.71
HSV278°47°93°
CMYK 0.170.470.00   0.07
XYZ45.238932.459183.2378
Yxy32.45910.28110.2017
Hunter Lab56.972942.0340-46.7421
CIE-Lab63.720546.7633-45.4241

#c47dec color RGB value is (196,125,236).

#c47dec hex color red value is 196, green value is 125 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c47dec hue: 0.77 , saturation: 0.74 and the lightness value of c47dec is 0.71.

The process color (four color CMYK) of #c47dec color hex is 0.17, 0.47, 0.00, 0.07. Web safe color of #c47dec is #cc66ff. Color #c47dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111101 11101100
Octal 304 175 354
Decimal 196 125 236
Hex C4 7D EC

RGB Percentages of Color #c47dec

%35.19
%22.44
%42.37

CMYK Percentages of Color #c47dec

%17
%47
%0
%7

Triadic Colors of #c47dec

#c47dec #ecc47d #7decc4

Analogous Colors of #c47dec

#c47dec #ec7ddd #8d7dec

Monochromatic Colors of #c47dec

#c47dec

Complementary Color

#c47dec #a5ec7d

#c47dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47dec Color CSS Codes

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

#c47dec Text Font Color

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

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


#c47dec Background Color

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

This div background color is #c47dec


#c47dec Border Color

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

This div border color is #c47dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47dec


Comments

No comments written yet.

Please login to write comment.