Color Hex Logo

#c83aaf Color Hex

#C83AAF
(200,58,175)
0 Favorites   0 Comments

Color spaces of #c83aaf

RGB 20058175
HSL0.860.560.51
HSV311°71°78°
CMYK 0.000.710.13   0.22
XYZ33.070318.400642.3661
Yxy18.40060.35240.1961
Hunter Lab42.895962.5454-28.5305
CIE-Lab49.978467.2812-32.2542

#c83aaf color RGB value is (200,58,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00111010 10101111
Octal 310 72 257
Decimal 200 58 175
Hex C8 3A AF

RGB Percentages of Color #c83aaf

%46.19
%13.39
%40.42

CMYK Percentages of Color #c83aaf

%0
%71
%13
%22

Triadic Colors of #c83aaf

#c83aaf #afc83a #3aafc8

Analogous Colors of #c83aaf

#c83aaf #c83a68 #9a3ac8

Monochromatic Colors of #c83aaf

#c83aaf

Complementary Color

#c83aaf #3ac853

#c83aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c83aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c83aaf Color CSS Codes

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

#c83aaf Text Font Color

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

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


#c83aaf Background Color

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

This div background color is #c83aaf


#c83aaf Border Color

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

This div border color is #c83aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c83aaf


Comments

No comments written yet.

Please login to write comment.