Color Hex Logo

#c71dfb Color Hex

#C71DFB
(199,29,251)
0 Favorites   0 Comments

Color spaces of #c71dfb

RGB 19929251
HSL0.790.970.55
HSV286°88°98°
CMYK 0.210.880.00   0.02
XYZ41.405119.985992.9422
Yxy19.98590.26830.1295
Hunter Lab44.705687.0870-91.9690
CIE-Lab51.821386.6983-72.7873

#c71dfb color RGB value is (199,29,251).

#c71dfb hex color red value is 199, green value is 29 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c71dfb hue: 0.79 , saturation: 0.97 and the lightness value of c71dfb is 0.55.

The process color (four color CMYK) of #c71dfb color hex is 0.21, 0.88, 0.00, 0.02. Web safe color of #c71dfb is #cc33ff. Color #c71dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011101 11111011
Octal 307 35 373
Decimal 199 29 251
Hex C7 1D FB

RGB Percentages of Color #c71dfb

%41.54
%6.05
%52.40

CMYK Percentages of Color #c71dfb

%21
%88
%0
%2

Triadic Colors of #c71dfb

#c71dfb #fbc71d #1dfbc7

Analogous Colors of #c71dfb

#c71dfb #fb1dc0 #581dfb

Monochromatic Colors of #c71dfb

#c71dfb

Complementary Color

#c71dfb #51fb1d

#c71dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71dfb Color CSS Codes

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

#c71dfb Text Font Color

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

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


#c71dfb Background Color

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

This div background color is #c71dfb


#c71dfb Border Color

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

This div border color is #c71dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71dfb


Comments

No comments written yet.

Please login to write comment.