Color Hex Logo

#c274ad Color Hex

#C274AD
(194,116,173)
0 Favorites   0 Comments

Color spaces of #c274ad

RGB 194116173
HSL0.880.390.61
HSV316°40°76°
CMYK 0.000.400.11   0.24
XYZ36.036426.977242.8430
Yxy26.97720.34040.2548
Hunter Lab51.939632.9515-12.5484
CIE-Lab58.953238.8111-17.3262

#c274ad color RGB value is (194,116,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110100 10101101
Octal 302 164 255
Decimal 194 116 173
Hex C2 74 AD

RGB Percentages of Color #c274ad

%40.17
%24.02
%35.82

CMYK Percentages of Color #c274ad

%0
%40
%11
%24

Triadic Colors of #c274ad

#c274ad #adc274 #74adc2

Analogous Colors of #c274ad

#c274ad #c27486 #b074c2

Monochromatic Colors of #c274ad

#c274ad

Complementary Color

#c274ad #74c289

#c274ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c274ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c274ad Color CSS Codes

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

#c274ad Text Font Color

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

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


#c274ad Background Color

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

This div background color is #c274ad


#c274ad Border Color

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

This div border color is #c274ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c274ad


Comments

No comments written yet.

Please login to write comment.