Color Hex Logo

#c71eca Color Hex

#C71ECA
(199,30,202)
0 Favorites   0 Comments

Color spaces of #c71eca

RGB 19930202
HSL0.830.740.45
HSV299°85°79°
CMYK 0.010.850.00   0.21
XYZ34.678117.334957.3953
Yxy17.33490.31700.1584
Hunter Lab41.635275.8117-52.5883
CIE-Lab48.679378.4903-50.0446

#c71eca color RGB value is (199,30,202).

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

The process color (four color CMYK) of #c71eca color hex is 0.01, 0.85, 0.00, 0.21. Web safe color of #c71eca is #cc33cc. Color #c71eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011110 11001010
Octal 307 36 312
Decimal 199 30 202
Hex C7 1E CA

RGB Percentages of Color #c71eca

%46.17
%6.96
%46.87

CMYK Percentages of Color #c71eca

%1
%85
%0
%21

Triadic Colors of #c71eca

#c71eca #cac71e #1ecac7

Analogous Colors of #c71eca

#c71eca #ca1e77 #711eca

Monochromatic Colors of #c71eca

#c71eca

Complementary Color

#c71eca #21ca1e

#c71eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71eca Color CSS Codes

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

#c71eca Text Font Color

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

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


#c71eca Background Color

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

This div background color is #c71eca


#c71eca Border Color

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

This div border color is #c71eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71eca


Comments

No comments written yet.

Please login to write comment.