Color Hex Logo

#c84cfe Color Hex

#C84CFE
(200,76,254)
0 Favorites   0 Comments

Color spaces of #c84cfe

RGB 20076254
HSL0.780.990.65
HSV282°70°100°
CMYK 0.210.700.00   0.00
XYZ44.293324.604096.1805
Yxy24.60400.26830.1490
Hunter Lab49.602472.5903-80.2433
CIE-Lab56.687574.3388-66.5755

#c84cfe color RGB value is (200,76,254).

#c84cfe hex color red value is 200, green value is 76 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c84cfe hue: 0.78 , saturation: 0.99 and the lightness value of c84cfe is 0.65.

The process color (four color CMYK) of #c84cfe color hex is 0.21, 0.70, 0.00, 0.00. Web safe color of #c84cfe is #cc33ff. Color #c84cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001100 11111110
Octal 310 114 376
Decimal 200 76 254
Hex C8 4C FE

RGB Percentages of Color #c84cfe

%37.74
%14.34
%47.92

CMYK Percentages of Color #c84cfe

%21
%70
%0
%0

Triadic Colors of #c84cfe

#c84cfe #fec84c #4cfec8

Analogous Colors of #c84cfe

#c84cfe #fe4cdb #6f4cfe

Monochromatic Colors of #c84cfe

#c84cfe

Complementary Color

#c84cfe #82fe4c

#c84cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84cfe Color CSS Codes

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

#c84cfe Text Font Color

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

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


#c84cfe Background Color

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

This div background color is #c84cfe


#c84cfe Border Color

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

This div border color is #c84cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.