Color Hex Logo

#c89cfc Color Hex

#C89CFC
(200,156,252)
0 Favorites   0 Comments

Color spaces of #c89cfc

RGB 200156252
HSL0.740.940.80
HSV268°38°99°
CMYK 0.210.380.00   0.01
XYZ53.278643.084697.6035
Yxy43.08460.27470.2221
Hunter Lab65.638930.0192-42.2157
CIE-Lab71.612434.6240-41.7848

#c89cfc color RGB value is (200,156,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10011100 11111100
Octal 310 234 374
Decimal 200 156 252
Hex C8 9C FC

RGB Percentages of Color #c89cfc

%32.89
%25.66
%41.45

CMYK Percentages of Color #c89cfc

%21
%38
%0
%1

Triadic Colors of #c89cfc

#c89cfc #fcc89c #9cfcc8

Analogous Colors of #c89cfc

#c89cfc #f89cfc #9ca0fc

Monochromatic Colors of #c89cfc

#c89cfc

Complementary Color

#c89cfc #d0fc9c

#c89cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c89cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c89cfc Color CSS Codes

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

#c89cfc Text Font Color

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

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


#c89cfc Background Color

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

This div background color is #c89cfc


#c89cfc Border Color

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

This div border color is #c89cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c89cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.