Color Hex Logo

#c28bae Color Hex

#C28BAE
(194,139,174)
0 Favorites   0 Comments

Color spaces of #c28bae

RGB 194139174
HSL0.890.310.65
HSV322°28°76°
CMYK 0.000.280.10   0.24
XYZ39.120732.990644.3503
Yxy32.99060.33590.2833
Hunter Lab57.437421.0610-5.5745
CIE-Lab64.153326.4401-10.0595

#c28bae color RGB value is (194,139,174).

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

The process color (four color CMYK) of #c28bae color hex is 0.00, 0.28, 0.10, 0.24. Web safe color of #c28bae is #cc9999. Color #c28bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001011 10101110
Octal 302 213 256
Decimal 194 139 174
Hex C2 8B AE

RGB Percentages of Color #c28bae

%38.26
%27.42
%34.32

CMYK Percentages of Color #c28bae

%0
%28
%10
%24

Triadic Colors of #c28bae

#c28bae #aec28b #8baec2

Analogous Colors of #c28bae

#c28bae #c28b93 #bb8bc2

Monochromatic Colors of #c28bae

#c28bae

Complementary Color

#c28bae #8bc29f

#c28bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28bae Color CSS Codes

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

#c28bae Text Font Color

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

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


#c28bae Background Color

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

This div background color is #c28bae


#c28bae Border Color

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

This div border color is #c28bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28bae


Comments

No comments written yet.

Please login to write comment.