Color Hex Logo

#c28bbb Color Hex

#C28BBB
(194,139,187)
1 Favorites   0 Comments

Color spaces of #c28bbb

RGB 194139187
HSL0.850.310.65
HSV308°28°76°
CMYK 0.000.280.04   0.24
XYZ40.450433.522451.3522
Yxy33.52240.32280.2675
Hunter Lab57.898523.3853-12.0574
CIE-Lab64.581728.7606-16.7449

#c28bbb color RGB value is (194,139,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001011 10111011
Octal 302 213 273
Decimal 194 139 187
Hex C2 8B BB

RGB Percentages of Color #c28bbb

%37.31
%26.73
%35.96

CMYK Percentages of Color #c28bbb

%0
%28
%4
%24

Triadic Colors of #c28bbb

#c28bbb #bbc28b #8bbbc2

Analogous Colors of #c28bbb

#c28bbb #c28ba0 #ae8bc2

Monochromatic Colors of #c28bbb

#c28bbb

Complementary Color

#c28bbb #8bc292

#c28bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28bbb Color CSS Codes

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

#c28bbb Text Font Color

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

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


#c28bbb Background Color

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

This div background color is #c28bbb


#c28bbb Border Color

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

This div border color is #c28bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28bbb


Comments

No comments written yet.

Please login to write comment.