Color Hex Logo

#c271fb Color Hex

#C271FB
(194,113,251)
0 Favorites   0 Comments

Color spaces of #c271fb

RGB 194113251
HSL0.760.950.71
HSV275°55°98°
CMYK 0.230.550.00   0.02
XYZ45.565830.244694.7030
Yxy30.24460.26720.1774
Hunter Lab54.995151.6535-63.6024
CIE-Lab61.864755.7006-56.6616

#c271fb color RGB value is (194,113,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110001 11111011
Octal 302 161 373
Decimal 194 113 251
Hex C2 71 FB

RGB Percentages of Color #c271fb

%34.77
%20.25
%44.98

CMYK Percentages of Color #c271fb

%23
%55
%0
%2

Triadic Colors of #c271fb

#c271fb #fbc271 #71fbc2

Analogous Colors of #c271fb

#c271fb #fb71ef #7d71fb

Monochromatic Colors of #c271fb

#c271fb

Complementary Color

#c271fb #aafb71

#c271fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c271fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c271fb Color CSS Codes

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

#c271fb Text Font Color

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

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


#c271fb Background Color

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

This div background color is #c271fb


#c271fb Border Color

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

This div border color is #c271fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c271fb


Comments

No comments written yet.

Please login to write comment.