Color Hex Logo

#c471bf Color Hex

#C471BF
(196,113,191)
0 Favorites   0 Comments

Color spaces of #c471bf

RGB 196113191
HSL0.840.410.61
HSV304°42°77°
CMYK 0.000.420.03   0.23
XYZ38.074027.307652.5544
Yxy27.30760.32280.2315
Hunter Lab52.256738.6052-23.0481
CIE-Lab59.258044.1936-27.1292

#c471bf color RGB value is (196,113,191).

#c471bf hex color red value is 196, green value is 113 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c471bf hue: 0.84 , saturation: 0.41 and the lightness value of c471bf is 0.61.

The process color (four color CMYK) of #c471bf color hex is 0.00, 0.42, 0.03, 0.23. Web safe color of #c471bf is #cc66cc. Color #c471bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110001 10111111
Octal 304 161 277
Decimal 196 113 191
Hex C4 71 BF

RGB Percentages of Color #c471bf

%39.20
%22.60
%38.20

CMYK Percentages of Color #c471bf

%0
%42
%3
%23

Triadic Colors of #c471bf

#c471bf #bfc471 #71bfc4

Analogous Colors of #c471bf

#c471bf #c47196 #a071c4

Monochromatic Colors of #c471bf

#c471bf

Complementary Color

#c471bf #71c476

#c471bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c471bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c471bf Color CSS Codes

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

#c471bf Text Font Color

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

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


#c471bf Background Color

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

This div background color is #c471bf


#c471bf Border Color

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

This div border color is #c471bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,113,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c471bf


Comments

No comments written yet.

Please login to write comment.