Color Hex Logo

#c290ad Color Hex

#C290AD
(194,144,173)
0 Favorites   0 Comments

Color spaces of #c290ad

RGB 194144173
HSL0.900.290.66
HSV325°26°76°
CMYK 0.000.260.11   0.24
XYZ39.764234.433044.0856
Yxy34.43300.33620.2911
Hunter Lab58.679618.2710-3.4684
CIE-Lab65.304823.5049-7.7786

#c290ad color RGB value is (194,144,173).

#c290ad hex color red value is 194, green value is 144 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c290ad hue: 0.90 , saturation: 0.29 and the lightness value of c290ad is 0.66.

The process color (four color CMYK) of #c290ad color hex is 0.00, 0.26, 0.11, 0.24. Web safe color of #c290ad is #cc9999. Color #c290ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010000 10101101
Octal 302 220 255
Decimal 194 144 173
Hex C2 90 AD

RGB Percentages of Color #c290ad

%37.96
%28.18
%33.86

CMYK Percentages of Color #c290ad

%0
%26
%11
%24

Triadic Colors of #c290ad

#c290ad #adc290 #90adc2

Analogous Colors of #c290ad

#c290ad #c29094 #be90c2

Monochromatic Colors of #c290ad

#c290ad

Complementary Color

#c290ad #90c2a5

#c290ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c290ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c290ad Color CSS Codes

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

#c290ad Text Font Color

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

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


#c290ad Background Color

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

This div background color is #c290ad


#c290ad Border Color

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

This div border color is #c290ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c290ad


Comments

No comments written yet.

Please login to write comment.