Color Hex Logo

#c295ad Color Hex

#C295AD
(194,149,173)
0 Favorites   0 Comments

Color spaces of #c295ad

RGB 194149173
HSL0.910.270.67
HSV328°23°76°
CMYK 0.000.230.11   0.24
XYZ40.538435.981444.3437
Yxy35.98140.33540.2977
Hunter Lab59.984515.6600-1.8411
CIE-Lab66.505720.7400-5.9962

#c295ad color RGB value is (194,149,173).

#c295ad hex color red value is 194, green value is 149 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c295ad hue: 0.91 , saturation: 0.27 and the lightness value of c295ad is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010101 10101101
Octal 302 225 255
Decimal 194 149 173
Hex C2 95 AD

RGB Percentages of Color #c295ad

%37.60
%28.88
%33.53

CMYK Percentages of Color #c295ad

%0
%23
%11
%24

Triadic Colors of #c295ad

#c295ad #adc295 #95adc2

Analogous Colors of #c295ad

#c295ad #c29597 #c195c2

Monochromatic Colors of #c295ad

#c295ad

Complementary Color

#c295ad #95c2aa

#c295ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c295ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c295ad Color CSS Codes

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

#c295ad Text Font Color

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

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


#c295ad Background Color

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

This div background color is #c295ad


#c295ad Border Color

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

This div border color is #c295ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c295ad


Comments

No comments written yet.

Please login to write comment.