Color Hex Logo

#c989ed Color Hex

#C989ED
(201,137,237)
0 Favorites   0 Comments

Color spaces of #c989ed

RGB 201137237
HSL0.770.740.73
HSV278°42°93°
CMYK 0.150.420.00   0.07
XYZ48.319136.423384.6045
Yxy36.42330.28530.2151
Hunter Lab60.351737.2961-40.8699
CIE-Lab66.842141.9746-41.0375

#c989ed color RGB value is (201,137,237).

#c989ed hex color red value is 201, green value is 137 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c989ed hue: 0.77 , saturation: 0.74 and the lightness value of c989ed is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001001 11101101
Octal 311 211 355
Decimal 201 137 237
Hex C9 89 ED

RGB Percentages of Color #c989ed

%34.96
%23.83
%41.22

CMYK Percentages of Color #c989ed

%15
%42
%0
%7

Triadic Colors of #c989ed

#c989ed #edc989 #89edc9

Analogous Colors of #c989ed

#c989ed #ed89df #9789ed

Monochromatic Colors of #c989ed

#c989ed

Complementary Color

#c989ed #aded89

#c989ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c989ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c989ed Color CSS Codes

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

#c989ed Text Font Color

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

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


#c989ed Background Color

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

This div background color is #c989ed


#c989ed Border Color

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

This div border color is #c989ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,137,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c989ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c989ed;
  -webkit-box-shadow: 1px 1px 3px 2px #c989ed;
  box-shadow:         1px 1px 3px 2px #c989ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,137,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c989ed


Comments

No comments written yet.

Please login to write comment.