Color Hex Logo

#c71dbc Color Hex

#C71DBC
(199,29,188)
0 Favorites   0 Comments

Color spaces of #c71dbc

RGB 19929188
HSL0.840.750.45
HSV304°85°78°
CMYK 0.000.850.06   0.22
XYZ33.069716.651749.0481
Yxy16.65170.33480.1686
Hunter Lab40.806573.2455-42.7001
CIE-Lab47.818176.5907-43.2835

#c71dbc color RGB value is (199,29,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011101 10111100
Octal 307 35 274
Decimal 199 29 188
Hex C7 1D BC

RGB Percentages of Color #c71dbc

%47.84
%6.97
%45.19

CMYK Percentages of Color #c71dbc

%0
%85
%6
%22

Triadic Colors of #c71dbc

#c71dbc #bcc71d #1dbcc7

Analogous Colors of #c71dbc

#c71dbc #c71d67 #7d1dc7

Monochromatic Colors of #c71dbc

#c71dbc

Complementary Color

#c71dbc #1dc728

#c71dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71dbc Color CSS Codes

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

#c71dbc Text Font Color

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

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


#c71dbc Background Color

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

This div background color is #c71dbc


#c71dbc Border Color

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

This div border color is #c71dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71dbc


Comments

No comments written yet.

Please login to write comment.