Color Hex Logo

#c854cf Color Hex

#C854CF
(200,84,207)
0 Favorites   0 Comments

Color spaces of #c854cf

RGB 20084207
HSL0.820.560.57
HSV297°59°81°
CMYK 0.030.590.00   0.19
XYZ38.252223.125061.4789
Yxy23.12500.31140.1882
Hunter Lab48.088557.8339-42.1376
CIE-Lab55.200962.2552-42.5446

#c854cf color RGB value is (200,84,207).

#c854cf hex color red value is 200, green value is 84 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c854cf hue: 0.82 , saturation: 0.56 and the lightness value of c854cf is 0.57.

The process color (four color CMYK) of #c854cf color hex is 0.03, 0.59, 0.00, 0.19. Web safe color of #c854cf is #cc66cc. Color #c854cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010100 11001111
Octal 310 124 317
Decimal 200 84 207
Hex C8 54 CF

RGB Percentages of Color #c854cf

%40.73
%17.11
%42.16

CMYK Percentages of Color #c854cf

%3
%59
%0
%19

Triadic Colors of #c854cf

#c854cf #cfc854 #54cfc8

Analogous Colors of #c854cf

#c854cf #cf5499 #8b54cf

Monochromatic Colors of #c854cf

#c854cf

Complementary Color

#c854cf #5bcf54

#c854cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c854cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c854cf Color CSS Codes

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

#c854cf Text Font Color

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

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


#c854cf Background Color

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

This div background color is #c854cf


#c854cf Border Color

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

This div border color is #c854cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c854cf


Comments

No comments written yet.

Please login to write comment.