Color Hex Logo

#c47eeb Color Hex

#C47EEB
(196,126,235)
0 Favorites   0 Comments

Color spaces of #c47eeb

RGB 196126235
HSL0.770.730.71
HSV279°46°92°
CMYK 0.170.460.00   0.08
XYZ45.221232.655682.5170
Yxy32.65560.28190.2036
Hunter Lab57.145141.2503-45.6127
CIE-Lab63.881146.0204-44.6179

#c47eeb color RGB value is (196,126,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111110 11101011
Octal 304 176 353
Decimal 196 126 235
Hex C4 7E EB

RGB Percentages of Color #c47eeb

%35.19
%22.62
%42.19

CMYK Percentages of Color #c47eeb

%17
%46
%0
%8

Triadic Colors of #c47eeb

#c47eeb #ebc47e #7eebc4

Analogous Colors of #c47eeb

#c47eeb #eb7edc #8e7eeb

Monochromatic Colors of #c47eeb

#c47eeb

Complementary Color

#c47eeb #a5eb7e

#c47eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47eeb Color CSS Codes

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

#c47eeb Text Font Color

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

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


#c47eeb Background Color

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

This div background color is #c47eeb


#c47eeb Border Color

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

This div border color is #c47eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47eeb


Comments

No comments written yet.

Please login to write comment.