Color Hex Logo

#c27a9d Color Hex

#C27A9D
(194,122,157)
0 Favorites   0 Comments

Color spaces of #c27a9d

RGB 194122157
HSL0.920.370.62
HSV331°37°76°
CMYK 0.000.370.19   0.24
XYZ35.293527.822735.4084
Yxy27.82270.35820.2824
Hunter Lab52.747227.1278-2.8774
CIE-Lab59.728232.9665-6.9687

#c27a9d color RGB value is (194,122,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111010 10011101
Octal 302 172 235
Decimal 194 122 157
Hex C2 7A 9D

RGB Percentages of Color #c27a9d

%41.01
%25.79
%33.19

CMYK Percentages of Color #c27a9d

%0
%37
%19
%24

Triadic Colors of #c27a9d

#c27a9d #9dc27a #7a9dc2

Analogous Colors of #c27a9d

#c27a9d #c27b7a #c27ac1

Monochromatic Colors of #c27a9d

#c27a9d

Complementary Color

#c27a9d #7ac29f

#c27a9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27a9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27a9d Color CSS Codes

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

#c27a9d Text Font Color

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

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


#c27a9d Background Color

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

This div background color is #c27a9d


#c27a9d Border Color

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

This div border color is #c27a9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27a9d


Comments

No comments written yet.

Please login to write comment.