Color Hex Logo

#c84aaf Color Hex

#C84AAF
(200,74,175)
0 Favorites   0 Comments

Color spaces of #c84aaf

RGB 20074175
HSL0.870.530.54
HSV312°63°78°
CMYK 0.000.630.13   0.22
XYZ34.006120.272142.6780
Yxy20.27210.35070.2091
Hunter Lab45.024556.0244-24.6828
CIE-Lab52.143561.2355-28.8788

#c84aaf color RGB value is (200,74,175).

#c84aaf hex color red value is 200, green value is 74 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c84aaf hue: 0.87 , saturation: 0.53 and the lightness value of c84aaf is 0.54.

The process color (four color CMYK) of #c84aaf color hex is 0.00, 0.63, 0.13, 0.22. Web safe color of #c84aaf is #cc3399. Color #c84aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001010 10101111
Octal 310 112 257
Decimal 200 74 175
Hex C8 4A AF

RGB Percentages of Color #c84aaf

%44.54
%16.48
%38.98

CMYK Percentages of Color #c84aaf

%0
%63
%13
%22

Triadic Colors of #c84aaf

#c84aaf #afc84a #4aafc8

Analogous Colors of #c84aaf

#c84aaf #c84a70 #a24ac8

Monochromatic Colors of #c84aaf

#c84aaf

Complementary Color

#c84aaf #4ac863

#c84aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84aaf Color CSS Codes

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

#c84aaf Text Font Color

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

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


#c84aaf Background Color

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

This div background color is #c84aaf


#c84aaf Border Color

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

This div border color is #c84aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84aaf


Comments

No comments written yet.

Please login to write comment.