Color Hex Logo

#c71acf Color Hex

#C71ACF
(199,26,207)
0 Favorites   0 Comments

Color spaces of #c71acf

RGB 19926207
HSL0.830.780.46
HSV297°87°81°
CMYK 0.040.870.00   0.19
XYZ35.185117.385960.5328
Yxy17.38590.31110.1537
Hunter Lab41.696477.6568-56.8868
CIE-Lab48.742679.9499-52.8272

#c71acf color RGB value is (199,26,207).

#c71acf hex color red value is 199, green value is 26 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c71acf hue: 0.83 , saturation: 0.78 and the lightness value of c71acf is 0.46.

The process color (four color CMYK) of #c71acf color hex is 0.04, 0.87, 0.00, 0.19. Web safe color of #c71acf is #cc33cc. Color #c71acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011010 11001111
Octal 307 32 317
Decimal 199 26 207
Hex C7 1A CF

RGB Percentages of Color #c71acf

%46.06
%6.02
%47.92

CMYK Percentages of Color #c71acf

%4
%87
%0
%19

Triadic Colors of #c71acf

#c71acf #cfc71a #1acfc7

Analogous Colors of #c71acf

#c71acf #cf1a7d #6d1acf

Monochromatic Colors of #c71acf

#c71acf

Complementary Color

#c71acf #22cf1a

#c71acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71acf Color CSS Codes

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

#c71acf Text Font Color

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

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


#c71acf Background Color

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

This div background color is #c71acf


#c71acf Border Color

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

This div border color is #c71acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71acf


Comments

No comments written yet.

Please login to write comment.