Color Hex Logo

#c89ffa Color Hex

#C89FFA
(200,159,250)
0 Favorites   0 Comments

Color spaces of #c89ffa

RGB 200159250
HSL0.740.900.80
HSV267°36°98°
CMYK 0.200.360.00   0.02
XYZ53.472943.977896.1127
Yxy43.97780.27630.2272
Hunter Lab66.315827.8787-39.5091
CIE-Lab72.213732.5327-39.7612

#c89ffa color RGB value is (200,159,250).

#c89ffa hex color red value is 200, green value is 159 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c89ffa hue: 0.74 , saturation: 0.90 and the lightness value of c89ffa is 0.80.

The process color (four color CMYK) of #c89ffa color hex is 0.20, 0.36, 0.00, 0.02. Web safe color of #c89ffa is #cc99ff. Color #c89ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10011111 11111010
Octal 310 237 372
Decimal 200 159 250
Hex C8 9F FA

RGB Percentages of Color #c89ffa

%32.84
%26.11
%41.05

CMYK Percentages of Color #c89ffa

%20
%36
%0
%2

Triadic Colors of #c89ffa

#c89ffa #fac89f #9ffac8

Analogous Colors of #c89ffa

#c89ffa #f69ffa #9fa4fa

Monochromatic Colors of #c89ffa

#c89ffa

Complementary Color

#c89ffa #d1fa9f

#c89ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c89ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c89ffa Color CSS Codes

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

#c89ffa Text Font Color

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

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


#c89ffa Background Color

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

This div background color is #c89ffa


#c89ffa Border Color

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

This div border color is #c89ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c89ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.