Color Hex Logo

#c83cad Color Hex

#C83CAD
(200,60,173)
0 Favorites   0 Comments

Color spaces of #c83cad

RGB 20060173
HSL0.870.560.51
HSV312°70°78°
CMYK 0.000.700.14   0.22
XYZ32.978118.528241.3733
Yxy18.52820.35510.1995
Hunter Lab43.044461.4286-26.8571
CIE-Lab50.130666.2982-30.8423

#c83cad color RGB value is (200,60,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00111100 10101101
Octal 310 74 255
Decimal 200 60 173
Hex C8 3C AD

RGB Percentages of Color #c83cad

%46.19
%13.86
%39.95

CMYK Percentages of Color #c83cad

%0
%70
%14
%22

Triadic Colors of #c83cad

#c83cad #adc83c #3cadc8

Analogous Colors of #c83cad

#c83cad #c83c67 #9d3cc8

Monochromatic Colors of #c83cad

#c83cad

Complementary Color

#c83cad #3cc857

#c83cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c83cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c83cad Color CSS Codes

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

#c83cad Text Font Color

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

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


#c83cad Background Color

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

This div background color is #c83cad


#c83cad Border Color

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

This div border color is #c83cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c83cad


Comments

No comments written yet.

Please login to write comment.