Color Hex Logo

#c419cd Color Hex

#C419CD
(196,25,205)
0 Favorites   0 Comments

Color spaces of #c419cd

RGB 19625205
HSL0.830.780.45
HSV297°88°80°
CMYK 0.040.880.00   0.20
XYZ34.132016.838859.2089
Yxy16.83880.30980.1528
Hunter Lab41.035176.6605-56.8240
CIE-Lab48.056379.2902-52.8028

#c419cd color RGB value is (196,25,205).

#c419cd hex color red value is 196, green value is 25 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c419cd hue: 0.83 , saturation: 0.78 and the lightness value of c419cd is 0.45.

The process color (four color CMYK) of #c419cd color hex is 0.04, 0.88, 0.00, 0.20. Web safe color of #c419cd is #cc00cc. Color #c419cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011001 11001101
Octal 304 31 315
Decimal 196 25 205
Hex C4 19 CD

RGB Percentages of Color #c419cd

%46.01
%5.87
%48.12

CMYK Percentages of Color #c419cd

%4
%88
%0
%20

Triadic Colors of #c419cd

#c419cd #cdc419 #19cdc4

Analogous Colors of #c419cd

#c419cd #cd197c #6a19cd

Monochromatic Colors of #c419cd

#c419cd

Complementary Color

#c419cd #22cd19

#c419cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c419cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c419cd Color CSS Codes

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

#c419cd Text Font Color

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

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


#c419cd Background Color

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

This div background color is #c419cd


#c419cd Border Color

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

This div border color is #c419cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c419cd


Comments

No comments written yet.

Please login to write comment.