Color Hex Logo

#c272fa Color Hex

#C272FA
(194,114,250)
0 Favorites   0 Comments

Color spaces of #c272fa

RGB 194114250
HSL0.760.930.71
HSV275°54°98°
CMYK 0.220.540.00   0.02
XYZ45.520830.406193.9122
Yxy30.40610.26800.1790
Hunter Lab55.141750.8580-62.3779
CIE-Lab62.003054.9755-55.8902

#c272fa color RGB value is (194,114,250).

#c272fa hex color red value is 194, green value is 114 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c272fa hue: 0.76 , saturation: 0.93 and the lightness value of c272fa is 0.71.

The process color (four color CMYK) of #c272fa color hex is 0.22, 0.54, 0.00, 0.02. Web safe color of #c272fa is #cc66ff. Color #c272fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110010 11111010
Octal 302 162 372
Decimal 194 114 250
Hex C2 72 FA

RGB Percentages of Color #c272fa

%34.77
%20.43
%44.80

CMYK Percentages of Color #c272fa

%22
%54
%0
%2

Triadic Colors of #c272fa

#c272fa #fac272 #72fac2

Analogous Colors of #c272fa

#c272fa #fa72ee #7e72fa

Monochromatic Colors of #c272fa

#c272fa

Complementary Color

#c272fa #aafa72

#c272fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c272fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c272fa Color CSS Codes

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

#c272fa Text Font Color

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

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


#c272fa Background Color

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

This div background color is #c272fa


#c272fa Border Color

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

This div border color is #c272fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c272fa


Comments

No comments written yet.

Please login to write comment.