Color Hex Logo

#c288ba Color Hex

#C288BA
(194,136,186)
0 Favorites   0 Comments

Color spaces of #c288ba

RGB 194136186
HSL0.860.320.65
HSV308°30°76°
CMYK 0.000.300.04   0.24
XYZ39.915232.622850.6474
Yxy32.62280.32400.2648
Hunter Lab57.116424.7893-12.5934
CIE-Lab63.854330.2298-17.2835

#c288ba color RGB value is (194,136,186).

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

The process color (four color CMYK) of #c288ba color hex is 0.00, 0.30, 0.04, 0.24. Web safe color of #c288ba is #cc99cc. Color #c288ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001000 10111010
Octal 302 210 272
Decimal 194 136 186
Hex C2 88 BA

RGB Percentages of Color #c288ba

%37.60
%26.36
%36.05

CMYK Percentages of Color #c288ba

%0
%30
%4
%24

Triadic Colors of #c288ba

#c288ba #bac288 #88bac2

Analogous Colors of #c288ba

#c288ba #c2889d #ad88c2

Monochromatic Colors of #c288ba

#c288ba

Complementary Color

#c288ba #88c290

#c288ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c288ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c288ba Color CSS Codes

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

#c288ba Text Font Color

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

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


#c288ba Background Color

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

This div background color is #c288ba


#c288ba Border Color

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

This div border color is #c288ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c288ba


Comments

No comments written yet.

Please login to write comment.