Color Hex Logo

#c47ce8 Color Hex

#C47CE8
(196,124,232)
0 Favorites   0 Comments

Color spaces of #c47ce8

RGB 196124232
HSL0.780.700.70
HSV280°47°91°
CMYK 0.160.470.00   0.09
XYZ44.538131.977380.1687
Yxy31.97730.28430.2041
Hunter Lab56.548541.6284-44.4714
CIE-Lab63.324146.4456-43.8317

#c47ce8 color RGB value is (196,124,232).

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

The process color (four color CMYK) of #c47ce8 color hex is 0.16, 0.47, 0.00, 0.09. Web safe color of #c47ce8 is #cc66ff. Color #c47ce8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111100 11101000
Octal 304 174 350
Decimal 196 124 232
Hex C4 7C E8

RGB Percentages of Color #c47ce8

%35.51
%22.46
%42.03

CMYK Percentages of Color #c47ce8

%16
%47
%0
%9

Triadic Colors of #c47ce8

#c47ce8 #e8c47c #7ce8c4

Analogous Colors of #c47ce8

#c47ce8 #e87cd6 #8e7ce8

Monochromatic Colors of #c47ce8

#c47ce8

Complementary Color

#c47ce8 #a0e87c

#c47ce8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47ce8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47ce8 Color CSS Codes

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

#c47ce8 Text Font Color

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

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


#c47ce8 Background Color

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

This div background color is #c47ce8


#c47ce8 Border Color

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

This div border color is #c47ce8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47ce8


Comments

No comments written yet.

Please login to write comment.