Color Hex Logo

#c227ab Color Hex

#C227AB
(194,39,171)
0 Favorites   0 Comments

Color spaces of #c227ab

RGB 19439171
HSL0.860.670.46
HSV309°80°76°
CMYK 0.000.800.12   0.24
XYZ30.324315.860639.9912
Yxy15.86060.35190.1840
Hunter Lab39.825466.2212-31.6591
CIE-Lab46.791171.0036-34.9687

#c227ab color RGB value is (194,39,171).

#c227ab hex color red value is 194, green value is 39 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c227ab hue: 0.86 , saturation: 0.67 and the lightness value of c227ab is 0.46.

The process color (four color CMYK) of #c227ab color hex is 0.00, 0.80, 0.12, 0.24. Web safe color of #c227ab is #cc3399. Color #c227ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00100111 10101011
Octal 302 47 253
Decimal 194 39 171
Hex C2 27 AB

RGB Percentages of Color #c227ab

%48.02
%9.65
%42.33

CMYK Percentages of Color #c227ab

%0
%80
%12
%24

Triadic Colors of #c227ab

#c227ab #abc227 #27abc2

Analogous Colors of #c227ab

#c227ab #c2275d #8c27c2

Monochromatic Colors of #c227ab

#c227ab

Complementary Color

#c227ab #27c23e

#c227ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c227ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c227ab Color CSS Codes

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

#c227ab Text Font Color

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

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


#c227ab Background Color

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

This div background color is #c227ab


#c227ab Border Color

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

This div border color is #c227ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c227ab


Comments

No comments written yet.

Please login to write comment.