Color Hex Logo

#c288ae Color Hex

#C288AE
(194,136,174)
0 Favorites   0 Comments

Color spaces of #c288ae

RGB 194136174
HSL0.890.320.65
HSV321°30°76°
CMYK 0.000.300.10   0.24
XYZ38.692332.133644.2075
Yxy32.13360.33640.2793
Hunter Lab56.686522.6367-6.5573
CIE-Lab63.453128.0954-11.1073

#c288ae color RGB value is (194,136,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001000 10101110
Octal 302 210 256
Decimal 194 136 174
Hex C2 88 AE

RGB Percentages of Color #c288ae

%38.49
%26.98
%34.52

CMYK Percentages of Color #c288ae

%0
%30
%10
%24

Triadic Colors of #c288ae

#c288ae #aec288 #88aec2

Analogous Colors of #c288ae

#c288ae #c28891 #b988c2

Monochromatic Colors of #c288ae

#c288ae

Complementary Color

#c288ae #88c29c

#c288ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c288ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c288ae Color CSS Codes

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

#c288ae Text Font Color

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

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


#c288ae Background Color

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

This div background color is #c288ae


#c288ae Border Color

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

This div border color is #c288ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c288ae


Comments

No comments written yet.

Please login to write comment.