Color Hex Logo

#c27bac Color Hex

#C27BAC
(194,123,172)
0 Favorites   0 Comments

Color spaces of #c27bac

RGB 194123172
HSL0.880.370.62
HSV319°37°76°
CMYK 0.000.370.11   0.24
XYZ36.777528.613842.6144
Yxy28.61380.34050.2649
Hunter Lab53.491929.1141-9.7892
CIE-Lab60.439334.8697-14.5029

#c27bac color RGB value is (194,123,172).

#c27bac hex color red value is 194, green value is 123 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c27bac hue: 0.88 , saturation: 0.37 and the lightness value of c27bac is 0.62.

The process color (four color CMYK) of #c27bac color hex is 0.00, 0.37, 0.11, 0.24. Web safe color of #c27bac is #cc6699. Color #c27bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111011 10101100
Octal 302 173 254
Decimal 194 123 172
Hex C2 7B AC

RGB Percentages of Color #c27bac

%39.67
%25.15
%35.17

CMYK Percentages of Color #c27bac

%0
%37
%11
%24

Triadic Colors of #c27bac

#c27bac #acc27b #7bacc2

Analogous Colors of #c27bac

#c27bac #c27b89 #b57bc2

Monochromatic Colors of #c27bac

#c27bac

Complementary Color

#c27bac #7bc291

#c27bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27bac Color CSS Codes

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

#c27bac Text Font Color

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

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


#c27bac Background Color

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

This div background color is #c27bac


#c27bac Border Color

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

This div border color is #c27bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27bac


Comments

No comments written yet.

Please login to write comment.