Color Hex Logo

#c835ac Color Hex

#C835AC
(200,53,172)
0 Favorites   0 Comments

Color spaces of #c835ac

RGB 20053172
HSL0.870.580.50
HSV311°74°78°
CMYK 0.000.740.14   0.22
XYZ32.538917.804140.7513
Yxy17.80410.35720.1954
Hunter Lab42.194963.8105-27.7251
CIE-Lab49.257668.4943-31.6177

#c835ac color RGB value is (200,53,172).

#c835ac hex color red value is 200, green value is 53 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c835ac hue: 0.87 , saturation: 0.58 and the lightness value of c835ac is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110101 10101100
Octal 310 65 254
Decimal 200 53 172
Hex C8 35 AC

RGB Percentages of Color #c835ac

%47.06
%12.47
%40.47

CMYK Percentages of Color #c835ac

%0
%74
%14
%22

Triadic Colors of #c835ac

#c835ac #acc835 #35acc8

Analogous Colors of #c835ac

#c835ac #c83562 #9b35c8

Monochromatic Colors of #c835ac

#c835ac

Complementary Color

#c835ac #35c851

#c835ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c835ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c835ac Color CSS Codes

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

#c835ac Text Font Color

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

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


#c835ac Background Color

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

This div background color is #c835ac


#c835ac Border Color

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

This div border color is #c835ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c835ac


Comments

No comments written yet.

Please login to write comment.