Color Hex Logo

#c71ebc Color Hex

#C71EBC
(199,30,188)
0 Favorites   0 Comments

Color spaces of #c71ebc

RGB 19930188
HSL0.840.740.45
HSV304°85°78°
CMYK 0.000.850.06   0.22
XYZ33.094616.701549.0564
Yxy16.70150.33480.1690
Hunter Lab40.867573.0318-42.5632
CIE-Lab47.881776.4050-43.1826

#c71ebc color RGB value is (199,30,188).

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

The process color (four color CMYK) of #c71ebc color hex is 0.00, 0.85, 0.06, 0.22. Web safe color of #c71ebc is #cc33cc. Color #c71ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011110 10111100
Octal 307 36 274
Decimal 199 30 188
Hex C7 1E BC

RGB Percentages of Color #c71ebc

%47.72
%7.19
%45.08

CMYK Percentages of Color #c71ebc

%0
%85
%6
%22

Triadic Colors of #c71ebc

#c71ebc #bcc71e #1ebcc7

Analogous Colors of #c71ebc

#c71ebc #c71e68 #7e1ec7

Monochromatic Colors of #c71ebc

#c71ebc

Complementary Color

#c71ebc #1ec729

#c71ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71ebc Color CSS Codes

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

#c71ebc Text Font Color

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

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


#c71ebc Background Color

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

This div background color is #c71ebc


#c71ebc Border Color

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

This div border color is #c71ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71ebc


Comments

No comments written yet.

Please login to write comment.