Color Hex Logo

#c71adf Color Hex

#C71ADF
(199,26,223)
0 Favorites   0 Comments

Color spaces of #c71adf

RGB 19926223
HSL0.810.790.49
HSV293°88°87°
CMYK 0.110.880.00   0.13
XYZ37.241918.208671.3638
Yxy18.20860.29370.1436
Hunter Lab42.671581.1120-69.2864
CIE-Lab49.748182.4793-60.3689

#c71adf color RGB value is (199,26,223).

#c71adf hex color red value is 199, green value is 26 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c71adf hue: 0.81 , saturation: 0.79 and the lightness value of c71adf is 0.49.

The process color (four color CMYK) of #c71adf color hex is 0.11, 0.88, 0.00, 0.13. Web safe color of #c71adf is #cc33cc. Color #c71adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011010 11011111
Octal 307 32 337
Decimal 199 26 223
Hex C7 1A DF

RGB Percentages of Color #c71adf

%44.42
%5.80
%49.78

CMYK Percentages of Color #c71adf

%11
%88
%0
%13

Triadic Colors of #c71adf

#c71adf #dfc71a #1adfc7

Analogous Colors of #c71adf

#c71adf #df1a95 #651adf

Monochromatic Colors of #c71adf

#c71adf

Complementary Color

#c71adf #32df1a

#c71adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71adf Color CSS Codes

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

#c71adf Text Font Color

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

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


#c71adf Background Color

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

This div background color is #c71adf


#c71adf Border Color

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

This div border color is #c71adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71adf


Comments

No comments written yet.

Please login to write comment.