Color Hex Logo

#c470ce Color Hex

#C470CE
(196,112,206)
0 Favorites   0 Comments

Color spaces of #c470ce

RGB 196112206
HSL0.820.490.62
HSV294°46°81°
CMYK 0.050.460.00   0.19
XYZ39.699727.780361.6623
Yxy27.78030.30740.2151
Hunter Lab52.707042.2115-32.4689
CIE-Lab59.689747.5055-34.9694

#c470ce color RGB value is (196,112,206).

#c470ce hex color red value is 196, green value is 112 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c470ce hue: 0.82 , saturation: 0.49 and the lightness value of c470ce is 0.62.

The process color (four color CMYK) of #c470ce color hex is 0.05, 0.46, 0.00, 0.19. Web safe color of #c470ce is #cc66cc. Color #c470ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110000 11001110
Octal 304 160 316
Decimal 196 112 206
Hex C4 70 CE

RGB Percentages of Color #c470ce

%38.13
%21.79
%40.08

CMYK Percentages of Color #c470ce

%5
%46
%0
%19

Triadic Colors of #c470ce

#c470ce #cec470 #70cec4

Analogous Colors of #c470ce

#c470ce #ce70a9 #9570ce

Monochromatic Colors of #c470ce

#c470ce

Complementary Color

#c470ce #7ace70

#c470ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c470ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c470ce Color CSS Codes

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

#c470ce Text Font Color

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

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


#c470ce Background Color

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

This div background color is #c470ce


#c470ce Border Color

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

This div border color is #c470ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c470ce


Comments

No comments written yet.

Please login to write comment.