Color Hex Logo

#c890ea Color Hex

#C890EA
(200,144,234)
0 Favorites   0 Comments

Color spaces of #c890ea

RGB 200144234
HSL0.770.680.74
HSV277°38°92°
CMYK 0.150.380.00   0.08
XYZ48.644038.166482.6449
Yxy38.16640.28710.2252
Hunter Lab61.779032.4355-36.0700
CIE-Lab68.143137.2593-37.3637

#c890ea color RGB value is (200,144,234).

#c890ea hex color red value is 200, green value is 144 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c890ea hue: 0.77 , saturation: 0.68 and the lightness value of c890ea is 0.74.

The process color (four color CMYK) of #c890ea color hex is 0.15, 0.38, 0.00, 0.08. Web safe color of #c890ea is #cc99ff. Color #c890ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010000 11101010
Octal 310 220 352
Decimal 200 144 234
Hex C8 90 EA

RGB Percentages of Color #c890ea

%34.60
%24.91
%40.48

CMYK Percentages of Color #c890ea

%15
%38
%0
%8

Triadic Colors of #c890ea

#c890ea #eac890 #90eac8

Analogous Colors of #c890ea

#c890ea #ea90df #9b90ea

Monochromatic Colors of #c890ea

#c890ea

Complementary Color

#c890ea #b2ea90

#c890ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c890ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c890ea Color CSS Codes

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

#c890ea Text Font Color

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

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


#c890ea Background Color

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

This div background color is #c890ea


#c890ea Border Color

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

This div border color is #c890ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c890ea


Comments

No comments written yet.

Please login to write comment.