Color Hex Logo

#c82faf Color Hex

#C82FAF
(200,47,175)
0 Favorites   0 Comments

Color spaces of #c82faf

RGB 20047175
HSL0.860.620.48
HSV310°77°78°
CMYK 0.000.770.13   0.22
XYZ32.573817.407542.2006
Yxy17.40750.35340.1888
Hunter Lab41.722366.3461-30.7641
CIE-Lab48.769470.7236-34.1482

#c82faf color RGB value is (200,47,175).

#c82faf hex color red value is 200, green value is 47 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c82faf hue: 0.86 , saturation: 0.62 and the lightness value of c82faf is 0.48.

The process color (four color CMYK) of #c82faf color hex is 0.00, 0.77, 0.13, 0.22. Web safe color of #c82faf is #cc3399. Color #c82faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101111 10101111
Octal 310 57 257
Decimal 200 47 175
Hex C8 2F AF

RGB Percentages of Color #c82faf

%47.39
%11.14
%41.47

CMYK Percentages of Color #c82faf

%0
%77
%13
%22

Triadic Colors of #c82faf

#c82faf #afc82f #2fafc8

Analogous Colors of #c82faf

#c82faf #c82f62 #952fc8

Monochromatic Colors of #c82faf

#c82faf

Complementary Color

#c82faf #2fc848

#c82faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c82faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c82faf Color CSS Codes

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

#c82faf Text Font Color

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

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


#c82faf Background Color

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

This div background color is #c82faf


#c82faf Border Color

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

This div border color is #c82faf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,47,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c82faf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c82faf;
  -webkit-box-shadow: 1px 1px 3px 2px #c82faf;
  box-shadow:         1px 1px 3px 2px #c82faf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,47,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c82faf


Comments

No comments written yet.

Please login to write comment.