Color Hex Logo

#c849fe Color Hex

#C849FE
(200,73,254)
0 Favorites   0 Comments

Color spaces of #c849fe

RGB 20073254
HSL0.780.990.64
HSV282°71°100°
CMYK 0.210.710.00   0.00
XYZ44.091424.200296.1132
Yxy24.20020.26820.1472
Hunter Lab49.193773.8973-81.4035
CIE-Lab56.287775.4724-67.2201

#c849fe color RGB value is (200,73,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001001 11111110
Octal 310 111 376
Decimal 200 73 254
Hex C8 49 FE

RGB Percentages of Color #c849fe

%37.95
%13.85
%48.20

CMYK Percentages of Color #c849fe

%21
%71
%0
%0

Triadic Colors of #c849fe

#c849fe #fec849 #49fec8

Analogous Colors of #c849fe

#c849fe #fe49da #6e49fe

Monochromatic Colors of #c849fe

#c849fe

Complementary Color

#c849fe #7ffe49

#c849fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c849fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c849fe Color CSS Codes

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

#c849fe Text Font Color

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

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


#c849fe Background Color

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

This div background color is #c849fe


#c849fe Border Color

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

This div border color is #c849fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c849fe


Comments

No comments written yet.

Please login to write comment.