Color Hex Logo

#c71afd Color Hex

#C71AFD
(199,26,253)
0 Favorites   0 Comments

Color spaces of #c71afd

RGB 19926253
HSL0.790.980.55
HSV286°90°99°
CMYK 0.210.900.00   0.01
XYZ41.652219.972894.5883
Yxy19.97280.26660.1279
Hunter Lab44.690988.1538-94.2035
CIE-Lab51.806487.5147-73.9263

#c71afd color RGB value is (199,26,253).

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

The process color (four color CMYK) of #c71afd color hex is 0.21, 0.90, 0.00, 0.01. Web safe color of #c71afd is #cc33ff. Color #c71afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011010 11111101
Octal 307 32 375
Decimal 199 26 253
Hex C7 1A FD

RGB Percentages of Color #c71afd

%41.63
%5.44
%52.93

CMYK Percentages of Color #c71afd

%21
%90
%0
%1

Triadic Colors of #c71afd

#c71afd #fdc71a #1afdc7

Analogous Colors of #c71afd

#c71afd #fd1ac2 #551afd

Monochromatic Colors of #c71afd

#c71afd

Complementary Color

#c71afd #50fd1a

#c71afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71afd Color CSS Codes

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

#c71afd Text Font Color

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

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


#c71afd Background Color

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

This div background color is #c71afd


#c71afd Border Color

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

This div border color is #c71afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71afd

Related Colors


Comments

No comments written yet.

Please login to write comment.