Color Hex Logo

#c271b7 Color Hex

#C271B7
(194,113,183)
0 Favorites   0 Comments

Color spaces of #c271b7

RGB 194113183
HSL0.860.400.60
HSV308°42°76°
CMYK 0.000.420.06   0.24
XYZ36.700526.698548.0187
Yxy26.69850.32940.2396
Hunter Lab51.670636.3611-18.9302
CIE-Lab58.694242.1370-23.4515

#c271b7 color RGB value is (194,113,183).

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

The process color (four color CMYK) of #c271b7 color hex is 0.00, 0.42, 0.06, 0.24. Web safe color of #c271b7 is #cc66cc. Color #c271b7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110001 10110111
Octal 302 161 267
Decimal 194 113 183
Hex C2 71 B7

RGB Percentages of Color #c271b7

%39.59
%23.06
%37.35

CMYK Percentages of Color #c271b7

%0
%42
%6
%24

Triadic Colors of #c271b7

#c271b7 #b7c271 #71b7c2

Analogous Colors of #c271b7

#c271b7 #c2718f #a571c2

Monochromatic Colors of #c271b7

#c271b7

Complementary Color

#c271b7 #71c27c

#c271b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c271b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c271b7 Color CSS Codes

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

#c271b7 Text Font Color

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

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


#c271b7 Background Color

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

This div background color is #c271b7


#c271b7 Border Color

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

This div border color is #c271b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c271b7


Comments

No comments written yet.

Please login to write comment.