Color Hex Logo

#c897ea Color Hex

#C897EA
(200,151,234)
0 Favorites   0 Comments

Color spaces of #c897ea

RGB 200151234
HSL0.770.660.75
HSV275°35°92°
CMYK 0.150.350.00   0.08
XYZ49.737340.353183.0094
Yxy40.35310.28730.2331
Hunter Lab63.524128.5925-33.0097
CIE-Lab69.720333.4352-34.9122

#c897ea color RGB value is (200,151,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010111 11101010
Octal 310 227 352
Decimal 200 151 234
Hex C8 97 EA

RGB Percentages of Color #c897ea

%34.19
%25.81
%40.00

CMYK Percentages of Color #c897ea

%15
%35
%0
%8

Triadic Colors of #c897ea

#c897ea #eac897 #97eac8

Analogous Colors of #c897ea

#c897ea #ea97e3 #9f97ea

Monochromatic Colors of #c897ea

#c897ea

Complementary Color

#c897ea #b9ea97

#c897ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c897ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c897ea Color CSS Codes

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

#c897ea Text Font Color

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

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


#c897ea Background Color

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

This div background color is #c897ea


#c897ea Border Color

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

This div border color is #c897ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c897ea


Comments

No comments written yet.

Please login to write comment.