Color Hex Logo

#c28aad Color Hex

#C28AAD
(194,138,173)
0 Favorites   0 Comments

Color spaces of #c28aad

RGB 194138173
HSL0.900.310.65
HSV323°29°76°
CMYK 0.000.290.11   0.24
XYZ38.879432.663443.7907
Yxy32.66340.33710.2832
Hunter Lab57.151921.4145-5.4226
CIE-Lab63.887426.8198-9.8917

#c28aad color RGB value is (194,138,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001010 10101101
Octal 302 212 255
Decimal 194 138 173
Hex C2 8A AD

RGB Percentages of Color #c28aad

%38.42
%27.33
%34.26

CMYK Percentages of Color #c28aad

%0
%29
%11
%24

Triadic Colors of #c28aad

#c28aad #adc28a #8aadc2

Analogous Colors of #c28aad

#c28aad #c28a91 #bb8ac2

Monochromatic Colors of #c28aad

#c28aad

Complementary Color

#c28aad #8ac29f

#c28aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28aad Color CSS Codes

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

#c28aad Text Font Color

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

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


#c28aad Background Color

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

This div background color is #c28aad


#c28aad Border Color

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

This div border color is #c28aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28aad


Comments

No comments written yet.

Please login to write comment.