color codes Logo

#c890fe color codes

#C890FE
(200,144,254)
0 Favorites   0 Comments

Color spaces of #c890fe

RGB 200144254
HSL0.750.980.78
HSV271°43°100°
CMYK 0.210.430.00   0.00
XYZ51.682139.381698.6434
Yxy39.38160.27240.2076
Hunter Lab62.754837.1840-49.2689
CIE-Lab69.026841.6090-46.9251

#c890fe color RGB value is (200,144,254).

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

The process color (four color CMYK) of #c890fe color code is 0.21, 0.43, 0.00, 0.00. Web safe color of #c890fe is #cc99ff. Color #c890fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010000 11111110
Octal 310 220 376
Decimal 200 144 254
Hex C8 90 FE

RGB Percentages of Color #c890fe

%33.44
%24.08
%42.47

CMYK Percentages of Color #c890fe

%21
%43
%0
%0

Triadic Colors of #c890fe

#c890fe #fec890 #90fec8

Analogous Colors of #c890fe

#c890fe #fe90fd #9190fe

Monochromatic Colors of #c890fe

#c890fe

Complementary Color

#c890fe #c6fe90

#c890fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c890fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c890fe Color CSS Codes

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

#c890fe Text Font Color

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

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


#c890fe Background Color

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

This div background color is #c890fe


#c890fe Border Color

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

This div border color is #c890fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c890fe


Comments

No comments written yet.

Please login to write comment.