Color Hex Logo

#c89efc Color Hex

#C89EFC
(200,158,252)
1 Favorites   0 Comments

Color spaces of #c89efc

RGB 200158252
HSL0.740.940.80
HSV267°37°99°
CMYK 0.210.370.00   0.01
XYZ53.617043.761497.7163
Yxy43.76140.27480.2243
Hunter Lab66.152428.9088-41.2729
CIE-Lab72.068733.5278-41.0722

#c89efc color RGB value is (200,158,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10011110 11111100
Octal 310 236 374
Decimal 200 158 252
Hex C8 9E FC

RGB Percentages of Color #c89efc

%32.79
%25.90
%41.31

CMYK Percentages of Color #c89efc

%21
%37
%0
%1

Triadic Colors of #c89efc

#c89efc #fcc89e #9efcc8

Analogous Colors of #c89efc

#c89efc #f79efc #9ea3fc

Monochromatic Colors of #c89efc

#c89efc

Complementary Color

#c89efc #d2fc9e

#c89efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c89efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c89efc Color CSS Codes

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

#c89efc Text Font Color

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

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


#c89efc Background Color

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

This div background color is #c89efc


#c89efc Border Color

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

This div border color is #c89efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c89efc

Related Colors

#c89efc Color Palettes


Comments

No comments written yet.

Please login to write comment.