Color Hex Logo

#c51cad Color Hex

#C51CAD
(197,28,173)
0 Favorites   0 Comments

Color spaces of #c51cad

RGB 19728173
HSL0.860.750.44
HSV309°86°77°
CMYK 0.000.860.12   0.23
XYZ30.984015.718040.9360
Yxy15.71800.35350.1794
Hunter Lab39.645970.1205-33.4671
CIE-Lab46.602374.2770-36.4133

#c51cad color RGB value is (197,28,173).

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

The process color (four color CMYK) of #c51cad color hex is 0.00, 0.86, 0.12, 0.23. Web safe color of #c51cad is #cc3399. Color #c51cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011100 10101101
Octal 305 34 255
Decimal 197 28 173
Hex C5 1C AD

RGB Percentages of Color #c51cad

%49.50
%7.04
%43.47

CMYK Percentages of Color #c51cad

%0
%86
%12
%23

Triadic Colors of #c51cad

#c51cad #adc51c #1cadc5

Analogous Colors of #c51cad

#c51cad #c51c58 #891cc5

Monochromatic Colors of #c51cad

#c51cad

Complementary Color

#c51cad #1cc534

#c51cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51cad Color CSS Codes

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

#c51cad Text Font Color

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

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


#c51cad Background Color

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

This div background color is #c51cad


#c51cad Border Color

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

This div border color is #c51cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51cad


Comments

No comments written yet.

Please login to write comment.