Color Hex Logo

#c71dda Color Hex

#C71DDA
(199,29,218)
0 Favorites   0 Comments

Color spaces of #c71dda

RGB 19929218
HSL0.820.770.48
HSV294°87°85°
CMYK 0.090.870.00   0.15
XYZ36.647418.082867.8885
Yxy18.08280.29890.1475
Hunter Lab42.523979.4159-64.8886
CIE-Lab49.596481.1761-57.7634

#c71dda color RGB value is (199,29,218).

#c71dda hex color red value is 199, green value is 29 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c71dda hue: 0.82 , saturation: 0.77 and the lightness value of c71dda is 0.48.

The process color (four color CMYK) of #c71dda color hex is 0.09, 0.87, 0.00, 0.15. Web safe color of #c71dda is #cc33cc. Color #c71dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011101 11011010
Octal 307 35 332
Decimal 199 29 218
Hex C7 1D DA

RGB Percentages of Color #c71dda

%44.62
%6.50
%48.88

CMYK Percentages of Color #c71dda

%9
%87
%0
%15

Triadic Colors of #c71dda

#c71dda #dac71d #1ddac7

Analogous Colors of #c71dda

#c71dda #da1d8f #691dda

Monochromatic Colors of #c71dda

#c71dda

Complementary Color

#c71dda #30da1d

#c71dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71dda Color CSS Codes

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

#c71dda Text Font Color

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

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


#c71dda Background Color

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

This div background color is #c71dda


#c71dda Border Color

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

This div border color is #c71dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71dda


Comments

No comments written yet.

Please login to write comment.