Color Hex Logo

#c28cbb Color Hex

#C28CBB
(194,140,187)
0 Favorites   0 Comments

Color spaces of #c28cbb

RGB 194140187
HSL0.850.310.65
HSV308°28°76°
CMYK 0.000.280.04   0.24
XYZ40.595933.813451.4007
Yxy33.81340.32270.2688
Hunter Lab58.149322.8554-11.7045
CIE-Lab64.814228.2089-16.3931

#c28cbb color RGB value is (194,140,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001100 10111011
Octal 302 214 273
Decimal 194 140 187
Hex C2 8C BB

RGB Percentages of Color #c28cbb

%37.24
%26.87
%35.89

CMYK Percentages of Color #c28cbb

%0
%28
%4
%24

Triadic Colors of #c28cbb

#c28cbb #bbc28c #8cbbc2

Analogous Colors of #c28cbb

#c28cbb #c28ca0 #ae8cc2

Monochromatic Colors of #c28cbb

#c28cbb

Complementary Color

#c28cbb #8cc293

#c28cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28cbb Color CSS Codes

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

#c28cbb Text Font Color

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

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


#c28cbb Background Color

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

This div background color is #c28cbb


#c28cbb Border Color

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

This div border color is #c28cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28cbb


Comments

No comments written yet.

Please login to write comment.