Color Hex Logo

#c989ff Color Hex

#C989FF
(201,137,255)
0 Favorites   0 Comments

Color spaces of #c989ff

RGB 201137255
HSL0.761.000.77
HSV273°46°100°
CMYK 0.210.460.00   0.00
XYZ51.083137.528899.1592
Yxy37.52880.27200.1999
Hunter Lab61.260841.6383-53.0867
CIE-Lab67.671945.8663-49.5979

#c989ff color RGB value is (201,137,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001001 11111111
Octal 311 211 377
Decimal 201 137 255
Hex C9 89 FF

RGB Percentages of Color #c989ff

%33.90
%23.10
%43.00

CMYK Percentages of Color #c989ff

%21
%46
%0
%0

Triadic Colors of #c989ff

#c989ff #ffc989 #89ffc9

Analogous Colors of #c989ff

#c989ff #ff89fa #8e89ff

Monochromatic Colors of #c989ff

#c989ff

Complementary Color

#c989ff #bfff89

#c989ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c989ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c989ff Color CSS Codes

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

#c989ff Text Font Color

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

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


#c989ff Background Color

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

This div background color is #c989ff


#c989ff Border Color

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

This div border color is #c989ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c989ff

Related Colors


Comments

No comments written yet.

Please login to write comment.