Color Hex Logo

#c71cec Color Hex

#C71CEC
(199,28,236)
0 Favorites   0 Comments

Color spaces of #c71cec

RGB 19928236
HSL0.800.850.52
HSV289°88°93°
CMYK 0.160.880.00   0.07
XYZ39.108819.028880.9685
Yxy19.02880.28110.1368
Hunter Lab43.622083.6935-79.5150
CIE-Lab50.720984.3007-66.1600

#c71cec color RGB value is (199,28,236).

#c71cec hex color red value is 199, green value is 28 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c71cec hue: 0.80 , saturation: 0.85 and the lightness value of c71cec is 0.52.

The process color (four color CMYK) of #c71cec color hex is 0.16, 0.88, 0.00, 0.07. Web safe color of #c71cec is #cc33ff. Color #c71cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011100 11101100
Octal 307 34 354
Decimal 199 28 236
Hex C7 1C EC

RGB Percentages of Color #c71cec

%42.98
%6.05
%50.97

CMYK Percentages of Color #c71cec

%16
%88
%0
%7

Triadic Colors of #c71cec

#c71cec #ecc71c #1cecc7

Analogous Colors of #c71cec

#c71cec #ec1ca9 #5f1cec

Monochromatic Colors of #c71cec

#c71cec

Complementary Color

#c71cec #41ec1c

#c71cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71cec Color CSS Codes

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

#c71cec Text Font Color

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

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


#c71cec Background Color

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

This div background color is #c71cec


#c71cec Border Color

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

This div border color is #c71cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71cec


Comments

No comments written yet.

Please login to write comment.