Color Hex Logo

#c28cad Color Hex

#C28CAD
(194,140,173)
0 Favorites   0 Comments

Color spaces of #c28cad

RGB 194140173
HSL0.900.310.65
HSV323°28°76°
CMYK 0.000.280.11   0.24
XYZ39.169033.242643.8872
Yxy33.24260.33680.2858
Hunter Lab57.656420.3657-4.7712
CIE-Lab64.356925.7157-9.1907

#c28cad color RGB value is (194,140,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001100 10101101
Octal 302 214 255
Decimal 194 140 173
Hex C2 8C AD

RGB Percentages of Color #c28cad

%38.26
%27.61
%34.12

CMYK Percentages of Color #c28cad

%0
%28
%11
%24

Triadic Colors of #c28cad

#c28cad #adc28c #8cadc2

Analogous Colors of #c28cad

#c28cad #c28c92 #bc8cc2

Monochromatic Colors of #c28cad

#c28cad

Complementary Color

#c28cad #8cc2a1

#c28cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28cad Color CSS Codes

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

#c28cad Text Font Color

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

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


#c28cad Background Color

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

This div background color is #c28cad


#c28cad Border Color

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

This div border color is #c28cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28cad


Comments

No comments written yet.

Please login to write comment.