Color Hex Logo

#c28bbf Color Hex

#C28BBF
(194,139,191)
0 Favorites   0 Comments

Color spaces of #c28bbf

RGB 194139191
HSL0.840.310.65
HSV303°28°76°
CMYK 0.000.280.02   0.24
XYZ40.884733.696253.6394
Yxy33.69620.31890.2628
Hunter Lab58.048424.1365-14.1528
CIE-Lab64.720729.5026-18.7830

#c28bbf color RGB value is (194,139,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001011 10111111
Octal 302 213 277
Decimal 194 139 191
Hex C2 8B BF

RGB Percentages of Color #c28bbf

%37.02
%26.53
%36.45

CMYK Percentages of Color #c28bbf

%0
%28
%2
%24

Triadic Colors of #c28bbf

#c28bbf #bfc28b #8bbfc2

Analogous Colors of #c28bbf

#c28bbf #c28ba4 #aa8bc2

Monochromatic Colors of #c28bbf

#c28bbf

Complementary Color

#c28bbf #8bc28e

#c28bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28bbf Color CSS Codes

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

#c28bbf Text Font Color

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

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


#c28bbf Background Color

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

This div background color is #c28bbf


#c28bbf Border Color

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

This div border color is #c28bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28bbf


Comments

No comments written yet.

Please login to write comment.