Color Hex Logo

#c430cd Color Hex

#C430CD
(196,48,205)
0 Favorites   0 Comments

Color spaces of #c430cd

RGB 19648205
HSL0.820.620.50
HSV297°77°80°
CMYK 0.040.770.00   0.20
XYZ34.841318.257459.4453
Yxy18.25740.30960.1622
Hunter Lab42.728770.7751-52.5758
CIE-Lab49.806874.1897-50.0016

#c430cd color RGB value is (196,48,205).

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

The process color (four color CMYK) of #c430cd color hex is 0.04, 0.77, 0.00, 0.20. Web safe color of #c430cd is #cc33cc. Color #c430cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00110000 11001101
Octal 304 60 315
Decimal 196 48 205
Hex C4 30 CD

RGB Percentages of Color #c430cd

%43.65
%10.69
%45.66

CMYK Percentages of Color #c430cd

%4
%77
%0
%20

Triadic Colors of #c430cd

#c430cd #cdc430 #30cdc4

Analogous Colors of #c430cd

#c430cd #cd3088 #7630cd

Monochromatic Colors of #c430cd

#c430cd

Complementary Color

#c430cd #39cd30

#c430cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c430cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c430cd Color CSS Codes

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

#c430cd Text Font Color

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

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


#c430cd Background Color

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

This div background color is #c430cd


#c430cd Border Color

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

This div border color is #c430cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c430cd


Comments

No comments written yet.

Please login to write comment.