Color Hex Logo

#c831ad Color Hex

#C831AD
(200,49,173)
0 Favorites   0 Comments

Color spaces of #c831ad

RGB 20049173
HSL0.860.610.49
HSV311°76°78°
CMYK 0.000.760.14   0.22
XYZ32.460617.493141.2008
Yxy17.49310.35610.1919
Hunter Lab41.824865.3423-29.1282
CIE-Lab48.875469.8609-32.8047

#c831ad color RGB value is (200,49,173).

#c831ad hex color red value is 200, green value is 49 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c831ad hue: 0.86 , saturation: 0.61 and the lightness value of c831ad is 0.49.

The process color (four color CMYK) of #c831ad color hex is 0.00, 0.76, 0.14, 0.22. Web safe color of #c831ad is #cc3399. Color #c831ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110001 10101101
Octal 310 61 255
Decimal 200 49 173
Hex C8 31 AD

RGB Percentages of Color #c831ad

%47.39
%11.61
%41.00

CMYK Percentages of Color #c831ad

%0
%76
%14
%22

Triadic Colors of #c831ad

#c831ad #adc831 #31adc8

Analogous Colors of #c831ad

#c831ad #c83161 #9831c8

Monochromatic Colors of #c831ad

#c831ad

Complementary Color

#c831ad #31c84c

#c831ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c831ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c831ad Color CSS Codes

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

#c831ad Text Font Color

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

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


#c831ad Background Color

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

This div background color is #c831ad


#c831ad Border Color

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

This div border color is #c831ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c831ad


Comments

No comments written yet.

Please login to write comment.