Color Hex Logo

#c27caf Color Hex

#C27CAF
(194,124,175)
0 Favorites   0 Comments

Color spaces of #c27caf

RGB 194124175
HSL0.880.360.62
HSV316°36°76°
CMYK 0.000.360.10   0.24
XYZ37.193628.979844.1908
Yxy28.97980.33700.2626
Hunter Lab53.832929.1196-10.9875
CIE-Lab60.763834.8398-15.7255

#c27caf color RGB value is (194,124,175).

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

The process color (four color CMYK) of #c27caf color hex is 0.00, 0.36, 0.10, 0.24. Web safe color of #c27caf is #cc6699. Color #c27caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111100 10101111
Octal 302 174 257
Decimal 194 124 175
Hex C2 7C AF

RGB Percentages of Color #c27caf

%39.35
%25.15
%35.50

CMYK Percentages of Color #c27caf

%0
%36
%10
%24

Triadic Colors of #c27caf

#c27caf #afc27c #7cafc2

Analogous Colors of #c27caf

#c27caf #c27c8c #b27cc2

Monochromatic Colors of #c27caf

#c27caf

Complementary Color

#c27caf #7cc28f

#c27caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27caf Color CSS Codes

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

#c27caf Text Font Color

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

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


#c27caf Background Color

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

This div background color is #c27caf


#c27caf Border Color

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

This div border color is #c27caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27caf


Comments

No comments written yet.

Please login to write comment.