Color Hex Logo

#c470da Color Hex

#C470DA
(196,112,218)
0 Favorites   0 Comments

Color spaces of #c470da

RGB 196112218
HSL0.800.590.65
HSV288°49°85°
CMYK 0.100.490.00   0.15
XYZ41.214028.386169.6365
Yxy28.38610.29600.2039
Hunter Lab53.278644.8422-40.1985
CIE-Lab60.236049.8440-40.8734

#c470da color RGB value is (196,112,218).

#c470da hex color red value is 196, green value is 112 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c470da hue: 0.80 , saturation: 0.59 and the lightness value of c470da is 0.65.

The process color (four color CMYK) of #c470da color hex is 0.10, 0.49, 0.00, 0.15. Web safe color of #c470da is #cc66cc. Color #c470da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110000 11011010
Octal 304 160 332
Decimal 196 112 218
Hex C4 70 DA

RGB Percentages of Color #c470da

%37.26
%21.29
%41.44

CMYK Percentages of Color #c470da

%10
%49
%0
%15

Triadic Colors of #c470da

#c470da #dac470 #70dac4

Analogous Colors of #c470da

#c470da #da70bb #8f70da

Monochromatic Colors of #c470da

#c470da

Complementary Color

#c470da #86da70

#c470da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c470da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c470da Color CSS Codes

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

#c470da Text Font Color

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

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


#c470da Background Color

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

This div background color is #c470da


#c470da Border Color

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

This div border color is #c470da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c470da


Comments

No comments written yet.

Please login to write comment.