Color Hex Logo

#c88dfe Color Hex

#C88DFE
(200,141,254)
0 Favorites   0 Comments

Color spaces of #c88dfe

RGB 200141254
HSL0.750.980.77
HSV271°44°100°
CMYK 0.210.440.00   0.00
XYZ51.233738.484998.4939
Yxy38.48490.27220.2045
Hunter Lab62.036238.8541-50.7085
CIE-Lab68.376543.2283-47.9485

#c88dfe color RGB value is (200,141,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001101 11111110
Octal 310 215 376
Decimal 200 141 254
Hex C8 8D FE

RGB Percentages of Color #c88dfe

%33.61
%23.70
%42.69

CMYK Percentages of Color #c88dfe

%21
%44
%0
%0

Triadic Colors of #c88dfe

#c88dfe #fec88d #8dfec8

Analogous Colors of #c88dfe

#c88dfe #fe8dfc #908dfe

Monochromatic Colors of #c88dfe

#c88dfe

Complementary Color

#c88dfe #c3fe8d

#c88dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88dfe Color CSS Codes

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

#c88dfe Text Font Color

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

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


#c88dfe Background Color

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

This div background color is #c88dfe


#c88dfe Border Color

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

This div border color is #c88dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88dfe


Comments

No comments written yet.

Please login to write comment.