Color Hex Logo

#c813af Color Hex

#C813AF
(200,19,175)
0 Favorites   0 Comments

Color spaces of #c813af

RGB 20019175
HSL0.860.830.43
HSV308°91°78°
CMYK 0.000.910.13   0.22
XYZ31.790215.840341.9394
Yxy15.84030.35490.1768
Hunter Lab39.799972.9273-34.6173
CIE-Lab46.764376.5380-37.3040

#c813af color RGB value is (200,19,175).

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

The process color (four color CMYK) of #c813af color hex is 0.00, 0.91, 0.13, 0.22. Web safe color of #c813af is #cc0099. Color #c813af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010011 10101111
Octal 310 23 257
Decimal 200 19 175
Hex C8 13 AF

RGB Percentages of Color #c813af

%50.76
%4.82
%44.42

CMYK Percentages of Color #c813af

%0
%91
%13
%22

Triadic Colors of #c813af

#c813af #afc813 #13afc8

Analogous Colors of #c813af

#c813af #c81355 #8713c8

Monochromatic Colors of #c813af

#c813af

Complementary Color

#c813af #13c82c

#c813af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c813af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c813af Color CSS Codes

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

#c813af Text Font Color

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

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


#c813af Background Color

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

This div background color is #c813af


#c813af Border Color

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

This div border color is #c813af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c813af


Comments

No comments written yet.

Please login to write comment.