Color Hex Logo

#c47eed Color Hex

#C47EED
(196,126,237)
0 Favorites   0 Comments

Color spaces of #c47eed

RGB 196126237
HSL0.770.760.71
HSV278°47°93°
CMYK 0.170.470.00   0.07
XYZ45.511932.771984.0476
Yxy32.77190.28040.2019
Hunter Lab57.246741.7280-46.9747
CIE-Lab63.975846.4468-45.5751

#c47eed color RGB value is (196,126,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111110 11101101
Octal 304 176 355
Decimal 196 126 237
Hex C4 7E ED

RGB Percentages of Color #c47eed

%35.06
%22.54
%42.40

CMYK Percentages of Color #c47eed

%17
%47
%0
%7

Triadic Colors of #c47eed

#c47eed #edc47e #7eedc4

Analogous Colors of #c47eed

#c47eed #ed7edf #8d7eed

Monochromatic Colors of #c47eed

#c47eed

Complementary Color

#c47eed #a7ed7e

#c47eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47eed Color CSS Codes

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

#c47eed Text Font Color

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

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


#c47eed Background Color

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

This div background color is #c47eed


#c47eed Border Color

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

This div border color is #c47eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47eed


Comments

No comments written yet.

Please login to write comment.