Color Hex Logo

#c894fe Color Hex

#C894FE
(200,148,254)
0 Favorites   0 Comments

Color spaces of #c894fe

RGB 200148254
HSL0.750.980.79
HSV269°42°100°
CMYK 0.210.420.00   0.00
XYZ52.298740.614998.8490
Yxy40.61490.27270.2118
Hunter Lab63.729834.9555-47.3517
CIE-Lab69.905339.4390-45.5449

#c894fe color RGB value is (200,148,254).

#c894fe hex color red value is 200, green value is 148 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c894fe hue: 0.75 , saturation: 0.98 and the lightness value of c894fe is 0.79.

The process color (four color CMYK) of #c894fe color hex is 0.21, 0.42, 0.00, 0.00. Web safe color of #c894fe is #cc99ff. Color #c894fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010100 11111110
Octal 310 224 376
Decimal 200 148 254
Hex C8 94 FE

RGB Percentages of Color #c894fe

%33.22
%24.58
%42.19

CMYK Percentages of Color #c894fe

%21
%42
%0
%0

Triadic Colors of #c894fe

#c894fe #fec894 #94fec8

Analogous Colors of #c894fe

#c894fe #fd94fe #9495fe

Monochromatic Colors of #c894fe

#c894fe

Complementary Color

#c894fe #cafe94

#c894fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c894fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c894fe Color CSS Codes

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

#c894fe Text Font Color

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

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


#c894fe Background Color

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

This div background color is #c894fe


#c894fe Border Color

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

This div border color is #c894fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c894fe


Comments

No comments written yet.

Please login to write comment.