Color Hex Logo

#c47edd Color Hex

#C47EDD
(196,126,221)
0 Favorites   0 Comments

Color spaces of #c47edd

RGB 196126221
HSL0.790.580.68
HSV284°43°87°
CMYK 0.110.430.00   0.13
XYZ43.276931.877972.2787
Yxy31.87790.29350.2162
Hunter Lab56.460538.0141-36.3785
CIE-Lab63.241843.0994-37.8432

#c47edd color RGB value is (196,126,221).

#c47edd hex color red value is 196, green value is 126 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c47edd hue: 0.79 , saturation: 0.58 and the lightness value of c47edd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111110 11011101
Octal 304 176 335
Decimal 196 126 221
Hex C4 7E DD

RGB Percentages of Color #c47edd

%36.10
%23.20
%40.70

CMYK Percentages of Color #c47edd

%11
%43
%0
%13

Triadic Colors of #c47edd

#c47edd #ddc47e #7eddc4

Analogous Colors of #c47edd

#c47edd #dd7ec7 #957edd

Monochromatic Colors of #c47edd

#c47edd

Complementary Color

#c47edd #97dd7e

#c47edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47edd Color CSS Codes

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

#c47edd Text Font Color

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

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


#c47edd Background Color

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

This div background color is #c47edd


#c47edd Border Color

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

This div border color is #c47edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47edd


Comments

No comments written yet.

Please login to write comment.