Color Hex Logo

#c651ad Color Hex

#C651AD
(198,81,173)
0 Favorites   0 Comments

Color spaces of #c651ad

RGB 19881173
HSL0.870.510.55
HSV313°59°78°
CMYK 0.000.590.13   0.22
XYZ33.774020.907841.7907
Yxy20.90780.35010.2167
Hunter Lab45.725051.8270-22.1809
CIE-Lab52.848457.3874-26.6418

#c651ad color RGB value is (198,81,173).

#c651ad hex color red value is 198, green value is 81 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c651ad hue: 0.87 , saturation: 0.51 and the lightness value of c651ad is 0.55.

The process color (four color CMYK) of #c651ad color hex is 0.00, 0.59, 0.13, 0.22. Web safe color of #c651ad is #cc6699. Color #c651ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010001 10101101
Octal 306 121 255
Decimal 198 81 173
Hex C6 51 AD

RGB Percentages of Color #c651ad

%43.81
%17.92
%38.27

CMYK Percentages of Color #c651ad

%0
%59
%13
%22

Triadic Colors of #c651ad

#c651ad #adc651 #51adc6

Analogous Colors of #c651ad

#c651ad #c65173 #a551c6

Monochromatic Colors of #c651ad

#c651ad

Complementary Color

#c651ad #51c66a

#c651ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c651ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c651ad Color CSS Codes

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

#c651ad Text Font Color

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

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


#c651ad Background Color

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

This div background color is #c651ad


#c651ad Border Color

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

This div border color is #c651ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c651ad


Comments

No comments written yet.

Please login to write comment.