Color Hex Logo

#c71ded Color Hex

#C71DED
(199,29,237)
0 Favorites   0 Comments

Color spaces of #c71ded

RGB 19929237
HSL0.800.850.52
HSV289°88°93°
CMYK 0.160.880.00   0.07
XYZ39.278619.135381.7440
Yxy19.13530.28020.1365
Hunter Lab43.743983.7271-80.1741
CIE-Lab50.845184.3026-66.5225

#c71ded color RGB value is (199,29,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011101 11101101
Octal 307 35 355
Decimal 199 29 237
Hex C7 1D ED

RGB Percentages of Color #c71ded

%42.80
%6.24
%50.97

CMYK Percentages of Color #c71ded

%16
%88
%0
%7

Triadic Colors of #c71ded

#c71ded #edc71d #1dedc7

Analogous Colors of #c71ded

#c71ded #ed1dab #5f1ded

Monochromatic Colors of #c71ded

#c71ded

Complementary Color

#c71ded #43ed1d

#c71ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71ded Color CSS Codes

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

#c71ded Text Font Color

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

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


#c71ded Background Color

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

This div background color is #c71ded


#c71ded Border Color

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

This div border color is #c71ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71ded


Comments

No comments written yet.

Please login to write comment.