Color Hex Logo

#c272ba Color Hex

#C272BA
(194,114,186)
0 Favorites   0 Comments

Color spaces of #c272ba

RGB 194114186
HSL0.850.400.60
HSV306°41°76°
CMYK 0.000.410.04   0.24
XYZ37.128427.049149.7185
Yxy27.04910.32600.2375
Hunter Lab52.008736.4136-20.2730
CIE-Lab59.019742.1434-24.6657

#c272ba color RGB value is (194,114,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110010 10111010
Octal 302 162 272
Decimal 194 114 186
Hex C2 72 BA

RGB Percentages of Color #c272ba

%39.27
%23.08
%37.65

CMYK Percentages of Color #c272ba

%0
%41
%4
%24

Triadic Colors of #c272ba

#c272ba #bac272 #72bac2

Analogous Colors of #c272ba

#c272ba #c27292 #a272c2

Monochromatic Colors of #c272ba

#c272ba

Complementary Color

#c272ba #72c27a

#c272ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c272ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c272ba Color CSS Codes

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

#c272ba Text Font Color

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

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


#c272ba Background Color

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

This div background color is #c272ba


#c272ba Border Color

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

This div border color is #c272ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c272ba


Comments

No comments written yet.

Please login to write comment.