Color Hex Logo

#c28cae Color Hex

#C28CAE
(194,140,174)
0 Favorites   0 Comments

Color spaces of #c28cae

RGB 194140174
HSL0.900.310.65
HSV322°28°76°
CMYK 0.000.280.10   0.24
XYZ39.266233.281544.3988
Yxy33.28150.33580.2846
Hunter Lab57.690120.5365-5.2470
CIE-Lab64.388225.8881-9.7085

#c28cae color RGB value is (194,140,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001100 10101110
Octal 302 214 256
Decimal 194 140 174
Hex C2 8C AE

RGB Percentages of Color #c28cae

%38.19
%27.56
%34.25

CMYK Percentages of Color #c28cae

%0
%28
%10
%24

Triadic Colors of #c28cae

#c28cae #aec28c #8caec2

Analogous Colors of #c28cae

#c28cae #c28c93 #bb8cc2

Monochromatic Colors of #c28cae

#c28cae

Complementary Color

#c28cae #8cc2a0

#c28cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28cae Color CSS Codes

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

#c28cae Text Font Color

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

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


#c28cae Background Color

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

This div background color is #c28cae


#c28cae Border Color

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

This div border color is #c28cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28cae

#c28cae Color Palettes


Comments

No comments written yet.

Please login to write comment.