Color Hex Logo

#c898fe Color Hex

#C898FE
(200,152,254)
0 Favorites   0 Comments

Color spaces of #c898fe

RGB 200152254
HSL0.750.980.80
HSV268°40°100°
CMYK 0.210.400.00   0.00
XYZ52.937041.891699.0617
Yxy41.89160.27300.2161
Hunter Lab64.723732.7272-45.4386
CIE-Lab70.796137.2592-44.1477

#c898fe color RGB value is (200,152,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10011000 11111110
Octal 310 230 376
Decimal 200 152 254
Hex C8 98 FE

RGB Percentages of Color #c898fe

%33.00
%25.08
%41.91

CMYK Percentages of Color #c898fe

%21
%40
%0
%0

Triadic Colors of #c898fe

#c898fe #fec898 #98fec8

Analogous Colors of #c898fe

#c898fe #fb98fe #989bfe

Monochromatic Colors of #c898fe

#c898fe

Complementary Color

#c898fe #cefe98

#c898fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c898fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c898fe Color CSS Codes

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

#c898fe Text Font Color

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

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


#c898fe Background Color

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

This div background color is #c898fe


#c898fe Border Color

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

This div border color is #c898fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c898fe


Comments

No comments written yet.

Please login to write comment.