Color Hex Logo

#c28cba Color Hex

#C28CBA
(194,140,186)
0 Favorites   0 Comments

Color spaces of #c28cba

RGB 194140186
HSL0.860.310.65
HSV309°28°76°
CMYK 0.000.280.04   0.24
XYZ40.489133.770750.8388
Yxy33.77070.32370.2700
Hunter Lab58.112622.6703-11.1901
CIE-Lab64.780228.0251-15.8822

#c28cba color RGB value is (194,140,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001100 10111010
Octal 302 214 272
Decimal 194 140 186
Hex C2 8C BA

RGB Percentages of Color #c28cba

%37.31
%26.92
%35.77

CMYK Percentages of Color #c28cba

%0
%28
%4
%24

Triadic Colors of #c28cba

#c28cba #bac28c #8cbac2

Analogous Colors of #c28cba

#c28cba #c28c9f #af8cc2

Monochromatic Colors of #c28cba

#c28cba

Complementary Color

#c28cba #8cc294

#c28cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28cba Color CSS Codes

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

#c28cba Text Font Color

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

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


#c28cba Background Color

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

This div background color is #c28cba


#c28cba Border Color

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

This div border color is #c28cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28cba


Comments

No comments written yet.

Please login to write comment.