Color Hex Logo

#c71adc Color Hex

#C71ADC
(199,26,220)
0 Favorites   0 Comments

Color spaces of #c71adc

RGB 19926220
HSL0.820.790.48
HSV294°88°86°
CMYK 0.100.880.00   0.14
XYZ36.840918.048269.2521
Yxy18.04820.29680.1454
Hunter Lab42.483280.4475-66.9108
CIE-Lab49.554581.9960-58.9720

#c71adc color RGB value is (199,26,220).

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

The process color (four color CMYK) of #c71adc color hex is 0.10, 0.88, 0.00, 0.14. Web safe color of #c71adc is #cc33cc. Color #c71adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011010 11011100
Octal 307 32 334
Decimal 199 26 220
Hex C7 1A DC

RGB Percentages of Color #c71adc

%44.72
%5.84
%49.44

CMYK Percentages of Color #c71adc

%10
%88
%0
%14

Triadic Colors of #c71adc

#c71adc #dcc71a #1adcc7

Analogous Colors of #c71adc

#c71adc #dc1a90 #661adc

Monochromatic Colors of #c71adc

#c71adc

Complementary Color

#c71adc #2fdc1a

#c71adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71adc Color CSS Codes

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

#c71adc Text Font Color

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

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


#c71adc Background Color

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

This div background color is #c71adc


#c71adc Border Color

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

This div border color is #c71adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71adc


Comments

No comments written yet.

Please login to write comment.