Color Hex Logo

#c28fad Color Hex

#C28FAD
(194,143,173)
0 Favorites   0 Comments

Color spaces of #c28fad

RGB 194143173
HSL0.900.290.66
HSV325°26°76°
CMYK 0.000.260.11   0.24
XYZ39.613434.131444.0353
Yxy34.13140.33630.2898
Hunter Lab58.422118.7942-3.7940
CIE-Lab65.066724.0578-8.1328

#c28fad color RGB value is (194,143,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001111 10101101
Octal 302 217 255
Decimal 194 143 173
Hex C2 8F AD

RGB Percentages of Color #c28fad

%38.04
%28.04
%33.92

CMYK Percentages of Color #c28fad

%0
%26
%11
%24

Triadic Colors of #c28fad

#c28fad #adc28f #8fadc2

Analogous Colors of #c28fad

#c28fad #c28f94 #be8fc2

Monochromatic Colors of #c28fad

#c28fad

Complementary Color

#c28fad #8fc2a4

#c28fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28fad Color CSS Codes

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

#c28fad Text Font Color

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

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


#c28fad Background Color

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

This div background color is #c28fad


#c28fad Border Color

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

This div border color is #c28fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28fad


Comments

No comments written yet.

Please login to write comment.