Color Hex Logo

#c88dfc Color Hex

#C88DFC
(200,141,252)
0 Favorites   0 Comments

Color spaces of #c88dfc

RGB 200141252
HSL0.760.950.77
HSV272°44°99°
CMYK 0.210.440.00   0.01
XYZ50.915038.357496.8157
Yxy38.35740.27360.2061
Hunter Lab61.933438.3603-49.3302
CIE-Lab68.283242.7849-47.0045

#c88dfc color RGB value is (200,141,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001101 11111100
Octal 310 215 374
Decimal 200 141 252
Hex C8 8D FC

RGB Percentages of Color #c88dfc

%33.73
%23.78
%42.50

CMYK Percentages of Color #c88dfc

%21
%44
%0
%1

Triadic Colors of #c88dfc

#c88dfc #fcc88d #8dfcc8

Analogous Colors of #c88dfc

#c88dfc #fc8df9 #918dfc

Monochromatic Colors of #c88dfc

#c88dfc

Complementary Color

#c88dfc #c1fc8d

#c88dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88dfc Color CSS Codes

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

#c88dfc Text Font Color

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

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


#c88dfc Background Color

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

This div background color is #c88dfc


#c88dfc Border Color

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

This div border color is #c88dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88dfc


Comments

No comments written yet.

Please login to write comment.