Color Hex Logo

#c47feb Color Hex

#C47FEB
(196,127,235)
0 Favorites   0 Comments

Color spaces of #c47feb

RGB 196127235
HSL0.770.730.71
HSV278°46°92°
CMYK 0.170.460.00   0.08
XYZ45.349732.912782.5598
Yxy32.91270.28200.2047
Hunter Lab57.369640.7045-45.1647
CIE-Lab64.090245.4885-44.2889

#c47feb color RGB value is (196,127,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111111 11101011
Octal 304 177 353
Decimal 196 127 235
Hex C4 7F EB

RGB Percentages of Color #c47feb

%35.13
%22.76
%42.11

CMYK Percentages of Color #c47feb

%17
%46
%0
%8

Triadic Colors of #c47feb

#c47feb #ebc47f #7febc4

Analogous Colors of #c47feb

#c47feb #eb7fdc #8e7feb

Monochromatic Colors of #c47feb

#c47feb

Complementary Color

#c47feb #a6eb7f

#c47feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47feb Color CSS Codes

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

#c47feb Text Font Color

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

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


#c47feb Background Color

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

This div background color is #c47feb


#c47feb Border Color

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

This div border color is #c47feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47feb


Comments

No comments written yet.

Please login to write comment.