Color Hex Logo

#c471fd Color Hex

#C471FD
(196,113,253)
0 Favorites   0 Comments

Color spaces of #c471fd

RGB 196113253
HSL0.770.970.72
HSV276°55°99°
CMYK 0.230.550.00   0.01
XYZ46.399730.637996.3967
Yxy30.63790.26750.1767
Hunter Lab55.351552.7667-64.5097
CIE-Lab62.200856.6249-57.2136

#c471fd color RGB value is (196,113,253).

#c471fd hex color red value is 196, green value is 113 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c471fd hue: 0.77 , saturation: 0.97 and the lightness value of c471fd is 0.72.

The process color (four color CMYK) of #c471fd color hex is 0.23, 0.55, 0.00, 0.01. Web safe color of #c471fd is #cc66ff. Color #c471fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110001 11111101
Octal 304 161 375
Decimal 196 113 253
Hex C4 71 FD

RGB Percentages of Color #c471fd

%34.88
%20.11
%45.02

CMYK Percentages of Color #c471fd

%23
%55
%0
%1

Triadic Colors of #c471fd

#c471fd #fdc471 #71fdc4

Analogous Colors of #c471fd

#c471fd #fd71f0 #7e71fd

Monochromatic Colors of #c471fd

#c471fd

Complementary Color

#c471fd #aafd71

#c471fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c471fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c471fd Color CSS Codes

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

#c471fd Text Font Color

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

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


#c471fd Background Color

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

This div background color is #c471fd


#c471fd Border Color

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

This div border color is #c471fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,113,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 #c471fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c471fd


Comments

No comments written yet.

Please login to write comment.