Color Hex Logo

#c71add Color Hex

#C71ADD
(199,26,221)
0 Favorites   0 Comments

Color spaces of #c71add

RGB 19926221
HSL0.810.790.48
HSV293°88°87°
CMYK 0.100.880.00   0.13
XYZ36.973718.101469.9518
Yxy18.10140.29570.1448
Hunter Lab42.545780.6675-67.6999
CIE-Lab49.618982.1561-59.4384

#c71add color RGB value is (199,26,221).

#c71add hex color red value is 199, green value is 26 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c71add hue: 0.81 , saturation: 0.79 and the lightness value of c71add is 0.48.

The process color (four color CMYK) of #c71add color hex is 0.10, 0.88, 0.00, 0.13. Web safe color of #c71add is #cc33cc. Color #c71add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011010 11011101
Octal 307 32 335
Decimal 199 26 221
Hex C7 1A DD

RGB Percentages of Color #c71add

%44.62
%5.83
%49.55

CMYK Percentages of Color #c71add

%10
%88
%0
%13

Triadic Colors of #c71add

#c71add #ddc71a #1addc7

Analogous Colors of #c71add

#c71add #dd1a92 #661add

Monochromatic Colors of #c71add

#c71add

Complementary Color

#c71add #30dd1a

#c71add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71add Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71add Color CSS Codes

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

#c71add Text Font Color

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

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


#c71add Background Color

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

This div background color is #c71add


#c71add Border Color

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

This div border color is #c71add


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,26,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c71add; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c71add;
  -webkit-box-shadow: 1px 1px 3px 2px #c71add;
  box-shadow:         1px 1px 3px 2px #c71add; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,26,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71add


Comments

No comments written yet.

Please login to write comment.