Color Hex Logo

#c270fe Color Hex

#C270FE
(194,112,254)
0 Favorites   0 Comments

Color spaces of #c270fe

RGB 194112254
HSL0.760.990.72
HSV275°56°100°
CMYK 0.240.560.00   0.00
XYZ45.931730.213497.1768
Yxy30.21340.26500.1743
Hunter Lab54.966752.9678-66.3433
CIE-Lab61.837956.8608-58.3559

#c270fe color RGB value is (194,112,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110000 11111110
Octal 302 160 376
Decimal 194 112 254
Hex C2 70 FE

RGB Percentages of Color #c270fe

%34.64
%20.00
%45.36

CMYK Percentages of Color #c270fe

%24
%56
%0
%0

Triadic Colors of #c270fe

#c270fe #fec270 #70fec2

Analogous Colors of #c270fe

#c270fe #fe70f3 #7b70fe

Monochromatic Colors of #c270fe

#c270fe

Complementary Color

#c270fe #acfe70

#c270fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c270fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c270fe Color CSS Codes

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

#c270fe Text Font Color

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

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


#c270fe Background Color

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

This div background color is #c270fe


#c270fe Border Color

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

This div border color is #c270fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c270fe


Comments

No comments written yet.

Please login to write comment.