Color Hex Logo

#c272ab Color Hex

#C272AB
(194,114,171)
0 Favorites   0 Comments

Color spaces of #c272ab

RGB 194114171
HSL0.880.400.60
HSV317°41°76°
CMYK 0.000.410.12   0.24
XYZ35.616126.444241.7551
Yxy26.44420.34310.2547
Hunter Lab51.423933.6369-12.1454
CIE-Lab58.456339.5406-16.9318

#c272ab color RGB value is (194,114,171).

#c272ab hex color red value is 194, green value is 114 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c272ab hue: 0.88 , saturation: 0.40 and the lightness value of c272ab is 0.60.

The process color (four color CMYK) of #c272ab color hex is 0.00, 0.41, 0.12, 0.24. Web safe color of #c272ab is #cc6699. Color #c272ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110010 10101011
Octal 302 162 253
Decimal 194 114 171
Hex C2 72 AB

RGB Percentages of Color #c272ab

%40.50
%23.80
%35.70

CMYK Percentages of Color #c272ab

%0
%41
%12
%24

Triadic Colors of #c272ab

#c272ab #abc272 #72abc2

Analogous Colors of #c272ab

#c272ab #c27283 #b172c2

Monochromatic Colors of #c272ab

#c272ab

Complementary Color

#c272ab #72c289

#c272ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c272ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c272ab Color CSS Codes

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

#c272ab Text Font Color

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

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


#c272ab Background Color

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

This div background color is #c272ab


#c272ab Border Color

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

This div border color is #c272ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,114,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 #c272ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c272ab


Comments

No comments written yet.

Please login to write comment.