Color Hex Logo

#c71ecf Color Hex

#C71ECF
(199,30,207)
0 Favorites   0 Comments

Color spaces of #c71ecf

RGB 19930207
HSL0.830.750.46
HSV297°86°81°
CMYK 0.040.860.00   0.19
XYZ35.279917.575760.5645
Yxy17.57570.31110.1550
Hunter Lab41.923476.8477-56.3068
CIE-Lab48.977479.2602-52.4511

#c71ecf color RGB value is (199,30,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011110 11001111
Octal 307 36 317
Decimal 199 30 207
Hex C7 1E CF

RGB Percentages of Color #c71ecf

%45.64
%6.88
%47.48

CMYK Percentages of Color #c71ecf

%4
%86
%0
%19

Triadic Colors of #c71ecf

#c71ecf #cfc71e #1ecfc7

Analogous Colors of #c71ecf

#c71ecf #cf1e7f #6f1ecf

Monochromatic Colors of #c71ecf

#c71ecf

Complementary Color

#c71ecf #26cf1e

#c71ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71ecf Color CSS Codes

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

#c71ecf Text Font Color

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

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


#c71ecf Background Color

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

This div background color is #c71ecf


#c71ecf Border Color

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

This div border color is #c71ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71ecf


Comments

No comments written yet.

Please login to write comment.