Color Hex Logo

#c47ded Color Hex

#C47DED
(196,125,237)
0 Favorites   0 Comments

Color spaces of #c47ded

RGB 196125237
HSL0.770.760.71
HSV278°47°93°
CMYK 0.170.470.00   0.07
XYZ45.384632.517484.0052
Yxy32.51740.28030.2008
Hunter Lab57.024042.2735-47.4265
CIE-Lab63.768246.9764-45.9021

#c47ded color RGB value is (196,125,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111101 11101101
Octal 304 175 355
Decimal 196 125 237
Hex C4 7D ED

RGB Percentages of Color #c47ded

%35.13
%22.40
%42.47

CMYK Percentages of Color #c47ded

%17
%47
%0
%7

Triadic Colors of #c47ded

#c47ded #edc47d #7dedc4

Analogous Colors of #c47ded

#c47ded #ed7dde #8c7ded

Monochromatic Colors of #c47ded

#c47ded

Complementary Color

#c47ded #a6ed7d

#c47ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47ded Color CSS Codes

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

#c47ded Text Font Color

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

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


#c47ded Background Color

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

This div background color is #c47ded


#c47ded Border Color

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

This div border color is #c47ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47ded


Comments

No comments written yet.

Please login to write comment.