Color Hex Logo

#c82eaf Color Hex

#C82EAF
(200,46,175)
0 Favorites   0 Comments

Color spaces of #c82eaf

RGB 20046175
HSL0.860.630.48
HSV310°77°78°
CMYK 0.000.770.13   0.22
XYZ32.534317.328542.1874
Yxy17.32850.35340.1883
Hunter Lab41.627566.6599-30.9482
CIE-Lab48.671371.0051-34.3022

#c82eaf color RGB value is (200,46,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101110 10101111
Octal 310 56 257
Decimal 200 46 175
Hex C8 2E AF

RGB Percentages of Color #c82eaf

%47.51
%10.93
%41.57

CMYK Percentages of Color #c82eaf

%0
%77
%13
%22

Triadic Colors of #c82eaf

#c82eaf #afc82e #2eafc8

Analogous Colors of #c82eaf

#c82eaf #c82e62 #942ec8

Monochromatic Colors of #c82eaf

#c82eaf

Complementary Color

#c82eaf #2ec847

#c82eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c82eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c82eaf Color CSS Codes

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

#c82eaf Text Font Color

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

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


#c82eaf Background Color

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

This div background color is #c82eaf


#c82eaf Border Color

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

This div border color is #c82eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c82eaf


Comments

No comments written yet.

Please login to write comment.