Color Hex Logo

#c273ba Color Hex

#C273BA
(194,115,186)
0 Favorites   0 Comments

Color spaces of #c273ba

RGB 194115186
HSL0.850.390.61
HSV306°41°76°
CMYK 0.000.410.04   0.24
XYZ37.241827.276049.7563
Yxy27.27600.32590.2387
Hunter Lab52.226435.8891-19.9273
CIE-Lab59.228941.6135-24.3441

#c273ba color RGB value is (194,115,186).

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

The process color (four color CMYK) of #c273ba color hex is 0.00, 0.41, 0.04, 0.24. Web safe color of #c273ba is #cc66cc. Color #c273ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110011 10111010
Octal 302 163 272
Decimal 194 115 186
Hex C2 73 BA

RGB Percentages of Color #c273ba

%39.19
%23.23
%37.58

CMYK Percentages of Color #c273ba

%0
%41
%4
%24

Triadic Colors of #c273ba

#c273ba #bac273 #73bac2

Analogous Colors of #c273ba

#c273ba #c27393 #a373c2

Monochromatic Colors of #c273ba

#c273ba

Complementary Color

#c273ba #73c27b

#c273ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c273ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c273ba Color CSS Codes

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

#c273ba Text Font Color

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

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


#c273ba Background Color

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

This div background color is #c273ba


#c273ba Border Color

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

This div border color is #c273ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c273ba


Comments

No comments written yet.

Please login to write comment.