Color Hex Logo

#c273ad Color Hex

#C273AD
(194,115,173)
0 Favorites   0 Comments

Color spaces of #c273ad

RGB 194115173
HSL0.880.390.61
HSV316°41°76°
CMYK 0.000.410.11   0.24
XYZ35.921726.747942.8047
Yxy26.74790.34060.2536
Hunter Lab51.718433.4725-12.8685
CIE-Lab58.740339.3447-17.6497

#c273ad color RGB value is (194,115,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110011 10101101
Octal 302 163 255
Decimal 194 115 173
Hex C2 73 AD

RGB Percentages of Color #c273ad

%40.25
%23.86
%35.89

CMYK Percentages of Color #c273ad

%0
%41
%11
%24

Triadic Colors of #c273ad

#c273ad #adc273 #73adc2

Analogous Colors of #c273ad

#c273ad #c27386 #b073c2

Monochromatic Colors of #c273ad

#c273ad

Complementary Color

#c273ad #73c288

#c273ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c273ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c273ad Color CSS Codes

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

#c273ad Text Font Color

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

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


#c273ad Background Color

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

This div background color is #c273ad


#c273ad Border Color

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

This div border color is #c273ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c273ad


Comments

No comments written yet.

Please login to write comment.