Color Hex Logo

#c47aed Color Hex

#C47AED
(196,122,237)
0 Favorites   0 Comments

Color spaces of #c47aed

RGB 196122237
HSL0.770.760.70
HSV279°49°93°
CMYK 0.170.490.00   0.07
XYZ45.010531.769383.8805
Yxy31.76930.28020.1977
Hunter Lab56.364343.9063-48.7796
CIE-Lab63.151848.5568-46.8742

#c47aed color RGB value is (196,122,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111010 11101101
Octal 304 172 355
Decimal 196 122 237
Hex C4 7A ED

RGB Percentages of Color #c47aed

%35.32
%21.98
%42.70

CMYK Percentages of Color #c47aed

%17
%49
%0
%7

Triadic Colors of #c47aed

#c47aed #edc47a #7aedc4

Analogous Colors of #c47aed

#c47aed #ed7add #8b7aed

Monochromatic Colors of #c47aed

#c47aed

Complementary Color

#c47aed #a3ed7a

#c47aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47aed Color CSS Codes

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

#c47aed Text Font Color

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

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


#c47aed Background Color

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

This div background color is #c47aed


#c47aed Border Color

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

This div border color is #c47aed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,122,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 #c47aed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47aed


Comments

No comments written yet.

Please login to write comment.