Color Hex Logo

#c84fcc Color Hex

#C84FCC
(200,79,204)
0 Favorites   0 Comments

Color spaces of #c84fcc

RGB 20079204
HSL0.830.550.55
HSV298°61°80°
CMYK 0.020.610.00   0.20
XYZ37.514522.231059.4405
Yxy22.23100.31480.1865
Hunter Lab47.149859.5107-41.7406
CIE-Lab54.271263.8737-42.2999

#c84fcc color RGB value is (200,79,204).

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

The process color (four color CMYK) of #c84fcc color hex is 0.02, 0.61, 0.00, 0.20. Web safe color of #c84fcc is #cc66cc. Color #c84fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001111 11001100
Octal 310 117 314
Decimal 200 79 204
Hex C8 4F CC

RGB Percentages of Color #c84fcc

%41.41
%16.36
%42.24

CMYK Percentages of Color #c84fcc

%2
%61
%0
%20

Triadic Colors of #c84fcc

#c84fcc #ccc84f #4fccc8

Analogous Colors of #c84fcc

#c84fcc #cc4f92 #8a4fcc

Monochromatic Colors of #c84fcc

#c84fcc

Complementary Color

#c84fcc #53cc4f

#c84fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84fcc Color CSS Codes

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

#c84fcc Text Font Color

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

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


#c84fcc Background Color

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

This div background color is #c84fcc


#c84fcc Border Color

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

This div border color is #c84fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84fcc


Comments

No comments written yet.

Please login to write comment.