Color Hex Logo

#c274ab Color Hex

#C274AB
(194,116,171)
0 Favorites   0 Comments

Color spaces of #c274ab

RGB 194116171
HSL0.880.390.61
HSV318°40°76°
CMYK 0.000.400.12   0.24
XYZ35.844226.900441.8312
Yxy26.90040.34280.2572
Hunter Lab51.865632.5962-11.5133
CIE-Lab58.882038.4735-16.2860

#c274ab color RGB value is (194,116,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110100 10101011
Octal 302 164 253
Decimal 194 116 171
Hex C2 74 AB

RGB Percentages of Color #c274ab

%40.33
%24.12
%35.55

CMYK Percentages of Color #c274ab

%0
%40
%12
%24

Triadic Colors of #c274ab

#c274ab #abc274 #74abc2

Analogous Colors of #c274ab

#c274ab #c27484 #b274c2

Monochromatic Colors of #c274ab

#c274ab

Complementary Color

#c274ab #74c28b

#c274ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c274ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c274ab Color CSS Codes

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

#c274ab Text Font Color

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

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


#c274ab Background Color

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

This div background color is #c274ab


#c274ab Border Color

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

This div border color is #c274ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c274ab


Comments

No comments written yet.

Please login to write comment.