Color Hex Logo

#c84acc Color Hex

#C84ACC
(200,74,204)
0 Favorites   0 Comments

Color spaces of #c84acc

RGB 20074204
HSL0.830.560.55
HSV298°64°80°
CMYK 0.020.640.00   0.20
XYZ37.167321.536659.3248
Yxy21.53660.31490.1825
Hunter Lab46.407561.7455-43.3077
CIE-Lab53.531865.9258-43.4686

#c84acc color RGB value is (200,74,204).

#c84acc hex color red value is 200, green value is 74 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c84acc hue: 0.83 , saturation: 0.56 and the lightness value of c84acc is 0.55.

The process color (four color CMYK) of #c84acc color hex is 0.02, 0.64, 0.00, 0.20. Web safe color of #c84acc is #cc33cc. Color #c84acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001010 11001100
Octal 310 112 314
Decimal 200 74 204
Hex C8 4A CC

RGB Percentages of Color #c84acc

%41.84
%15.48
%42.68

CMYK Percentages of Color #c84acc

%2
%64
%0
%20

Triadic Colors of #c84acc

#c84acc #ccc84a #4accc8

Analogous Colors of #c84acc

#c84acc #cc4a8f #874acc

Monochromatic Colors of #c84acc

#c84acc

Complementary Color

#c84acc #4ecc4a

#c84acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84acc Color CSS Codes

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

#c84acc Text Font Color

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

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


#c84acc Background Color

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

This div background color is #c84acc


#c84acc Border Color

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

This div border color is #c84acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84acc


Comments

No comments written yet.

Please login to write comment.