Color Hex Logo

#c270ab Color Hex

#C270AB
(194,112,171)
0 Favorites   0 Comments

Color spaces of #c270ab

RGB 194112171
HSL0.880.400.60
HSV317°42°76°
CMYK 0.000.420.12   0.24
XYZ35.393025.997941.6808
Yxy25.99790.34340.2522
Hunter Lab50.988134.6751-12.7756
CIE-Lab58.035140.6021-17.5719

#c270ab color RGB value is (194,112,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110000 10101011
Octal 302 160 253
Decimal 194 112 171
Hex C2 70 AB

RGB Percentages of Color #c270ab

%40.67
%23.48
%35.85

CMYK Percentages of Color #c270ab

%0
%42
%12
%24

Triadic Colors of #c270ab

#c270ab #abc270 #70abc2

Analogous Colors of #c270ab

#c270ab #c27082 #b070c2

Monochromatic Colors of #c270ab

#c270ab

Complementary Color

#c270ab #70c287

#c270ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c270ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c270ab Color CSS Codes

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

#c270ab Text Font Color

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

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


#c270ab Background Color

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

This div background color is #c270ab


#c270ab Border Color

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

This div border color is #c270ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c270ab


Comments

No comments written yet.

Please login to write comment.