Color Hex Logo

#c47aeb Color Hex

#C47AEB
(196,122,235)
0 Favorites   0 Comments

Color spaces of #c47aeb

RGB 196122235
HSL0.780.740.70
HSV279°48°92°
CMYK 0.170.480.00   0.08
XYZ44.719931.653082.3499
Yxy31.65300.28170.1994
Hunter Lab56.261043.4267-47.4008
CIE-Lab63.055048.1331-45.9189

#c47aeb color RGB value is (196,122,235).

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

The process color (four color CMYK) of #c47aeb color hex is 0.17, 0.48, 0.00, 0.08. Web safe color of #c47aeb is #cc66ff. Color #c47aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111010 11101011
Octal 304 172 353
Decimal 196 122 235
Hex C4 7A EB

RGB Percentages of Color #c47aeb

%35.44
%22.06
%42.50

CMYK Percentages of Color #c47aeb

%17
%48
%0
%8

Triadic Colors of #c47aeb

#c47aeb #ebc47a #7aebc4

Analogous Colors of #c47aeb

#c47aeb #eb7ada #8c7aeb

Monochromatic Colors of #c47aeb

#c47aeb

Complementary Color

#c47aeb #a1eb7a

#c47aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47aeb Color CSS Codes

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

#c47aeb Text Font Color

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

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


#c47aeb Background Color

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

This div background color is #c47aeb


#c47aeb Border Color

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

This div border color is #c47aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47aeb


Comments

No comments written yet.

Please login to write comment.