Color Hex Logo

#c88afe Color Hex

#C88AFE
(200,138,254)
0 Favorites   0 Comments

Color spaces of #c88afe

RGB 200138254
HSL0.760.980.77
HSV272°46°100°
CMYK 0.210.460.00   0.00
XYZ50.797337.612198.3485
Yxy37.61210.27200.2014
Hunter Lab61.328740.5226-52.1491
CIE-Lab67.733744.8401-48.9615

#c88afe color RGB value is (200,138,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001010 11111110
Octal 310 212 376
Decimal 200 138 254
Hex C8 8A FE

RGB Percentages of Color #c88afe

%33.78
%23.31
%42.91

CMYK Percentages of Color #c88afe

%21
%46
%0
%0

Triadic Colors of #c88afe

#c88afe #fec88a #8afec8

Analogous Colors of #c88afe

#c88afe #fe8afa #8e8afe

Monochromatic Colors of #c88afe

#c88afe

Complementary Color

#c88afe #c0fe8a

#c88afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88afe Color CSS Codes

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

#c88afe Text Font Color

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

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


#c88afe Background Color

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

This div background color is #c88afe


#c88afe Border Color

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

This div border color is #c88afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88afe


Comments

No comments written yet.

Please login to write comment.