Color Hex Logo

#c28caf Color Hex

#C28CAF
(194,140,175)
0 Favorites   0 Comments

Color spaces of #c28caf

RGB 194140175
HSL0.890.310.65
HSV321°28°76°
CMYK 0.000.280.10   0.24
XYZ39.364133.320644.9143
Yxy33.32060.33470.2833
Hunter Lab57.724020.7087-5.7260
CIE-Lab64.419726.0617-10.2260

#c28caf color RGB value is (194,140,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001100 10101111
Octal 302 214 257
Decimal 194 140 175
Hex C2 8C AF

RGB Percentages of Color #c28caf

%38.11
%27.50
%34.38

CMYK Percentages of Color #c28caf

%0
%28
%10
%24

Triadic Colors of #c28caf

#c28caf #afc28c #8cafc2

Analogous Colors of #c28caf

#c28caf #c28c94 #ba8cc2

Monochromatic Colors of #c28caf

#c28caf

Complementary Color

#c28caf #8cc29f

#c28caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28caf Color CSS Codes

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

#c28caf Text Font Color

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

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


#c28caf Background Color

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

This div background color is #c28caf


#c28caf Border Color

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

This div border color is #c28caf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,140,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c28caf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28caf


Comments

No comments written yet.

Please login to write comment.