Color Hex Logo

#c84acd Color Hex

#C84ACD
(200,74,205)
0 Favorites   0 Comments

Color spaces of #c84acd

RGB 20074205
HSL0.830.570.55
HSV298°64°80°
CMYK 0.020.640.00   0.20
XYZ37.287621.584759.9586
Yxy21.58470.31380.1816
Hunter Lab46.459361.9577-43.9958
CIE-Lab53.583666.0969-43.9591

#c84acd color RGB value is (200,74,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001010 11001101
Octal 310 112 315
Decimal 200 74 205
Hex C8 4A CD

RGB Percentages of Color #c84acd

%41.75
%15.45
%42.80

CMYK Percentages of Color #c84acd

%2
%64
%0
%20

Triadic Colors of #c84acd

#c84acd #cdc84a #4acdc8

Analogous Colors of #c84acd

#c84acd #cd4a91 #874acd

Monochromatic Colors of #c84acd

#c84acd

Complementary Color

#c84acd #4fcd4a

#c84acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84acd Color CSS Codes

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

#c84acd Text Font Color

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

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


#c84acd Background Color

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

This div background color is #c84acd


#c84acd Border Color

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

This div border color is #c84acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84acd


Comments

No comments written yet.

Please login to write comment.