Color Hex Logo

#c510ad Color Hex

#C510AD
(197,16,173)
0 Favorites   0 Comments

Color spaces of #c510ad

RGB 19716173
HSL0.860.850.42
HSV308°92°77°
CMYK 0.000.920.12   0.23
XYZ30.754115.258040.8593
Yxy15.25800.35400.1756
Hunter Lab39.061572.1800-34.6758
CIE-Lab45.985676.0822-37.3865

#c510ad color RGB value is (197,16,173).

#c510ad hex color red value is 197, green value is 16 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c510ad hue: 0.86 , saturation: 0.85 and the lightness value of c510ad is 0.42.

The process color (four color CMYK) of #c510ad color hex is 0.00, 0.92, 0.12, 0.23. Web safe color of #c510ad is #cc0099. Color #c510ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010000 10101101
Octal 305 20 255
Decimal 197 16 173
Hex C5 10 AD

RGB Percentages of Color #c510ad

%51.04
%4.15
%44.82

CMYK Percentages of Color #c510ad

%0
%92
%12
%23

Triadic Colors of #c510ad

#c510ad #adc510 #10adc5

Analogous Colors of #c510ad

#c510ad #c51053 #8310c5

Monochromatic Colors of #c510ad

#c510ad

Complementary Color

#c510ad #10c528

#c510ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c510ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c510ad Color CSS Codes

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

#c510ad Text Font Color

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

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


#c510ad Background Color

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

This div background color is #c510ad


#c510ad Border Color

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

This div border color is #c510ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,16,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c510ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c510ad;
  -webkit-box-shadow: 1px 1px 3px 2px #c510ad;
  box-shadow:         1px 1px 3px 2px #c510ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,16,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c510ad


Comments

No comments written yet.

Please login to write comment.