Color Hex Logo

#c272fe Color Hex

#C272FE
(194,114,254)
0 Favorites   0 Comments

Color spaces of #c272fe

RGB 194114254
HSL0.760.990.72
HSV274°55°100°
CMYK 0.240.550.00   0.00
XYZ46.154830.659797.2512
Yxy30.65970.26520.1761
Hunter Lab55.371251.8895-65.3741
CIE-Lab62.219355.8511-57.7474

#c272fe color RGB value is (194,114,254).

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

The process color (four color CMYK) of #c272fe color hex is 0.24, 0.55, 0.00, 0.00. Web safe color of #c272fe is #cc66ff. Color #c272fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110010 11111110
Octal 302 162 376
Decimal 194 114 254
Hex C2 72 FE

RGB Percentages of Color #c272fe

%34.52
%20.28
%45.20

CMYK Percentages of Color #c272fe

%24
%55
%0
%0

Triadic Colors of #c272fe

#c272fe #fec272 #72fec2

Analogous Colors of #c272fe

#c272fe #fe72f4 #7c72fe

Monochromatic Colors of #c272fe

#c272fe

Complementary Color

#c272fe #aefe72

#c272fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c272fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c272fe Color CSS Codes

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

#c272fe Text Font Color

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

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


#c272fe Background Color

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

This div background color is #c272fe


#c272fe Border Color

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

This div border color is #c272fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c272fe

Related Colors


Comments

No comments written yet.

Please login to write comment.