Color Hex Logo

#c89bfe Color Hex

#C89BFE
(200,155,254)
0 Favorites   0 Comments

Color spaces of #c89bfe

RGB 200155254
HSL0.740.980.80
HSV267°39°100°
CMYK 0.210.390.00   0.00
XYZ53.430242.877899.2261
Yxy42.87780.27330.2193
Hunter Lab65.481131.0574-44.0076
CIE-Lab71.472035.6198-43.0896

#c89bfe color RGB value is (200,155,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10011011 11111110
Octal 310 233 376
Decimal 200 155 254
Hex C8 9B FE

RGB Percentages of Color #c89bfe

%32.84
%25.45
%41.71

CMYK Percentages of Color #c89bfe

%21
%39
%0
%0

Triadic Colors of #c89bfe

#c89bfe #fec89b #9bfec8

Analogous Colors of #c89bfe

#c89bfe #fa9bfe #9ba0fe

Monochromatic Colors of #c89bfe

#c89bfe

Complementary Color

#c89bfe #d1fe9b

#c89bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c89bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c89bfe Color CSS Codes

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

#c89bfe Text Font Color

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

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


#c89bfe Background Color

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

This div background color is #c89bfe


#c89bfe Border Color

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

This div border color is #c89bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c89bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.