Color Hex Logo

#c888fd Color Hex

#C888FD
(200,136,253)
0 Favorites   0 Comments

Color spaces of #c888fd

RGB 200136253
HSL0.760.970.76
HSV273°46°99°
CMYK 0.210.460.00   0.01
XYZ50.353236.979597.4124
Yxy36.97950.27260.2002
Hunter Lab60.810841.3847-52.4087
CIE-Lab67.261645.6891-49.1601

#c888fd color RGB value is (200,136,253).

#c888fd hex color red value is 200, green value is 136 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c888fd hue: 0.76 , saturation: 0.97 and the lightness value of c888fd is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001000 11111101
Octal 310 210 375
Decimal 200 136 253
Hex C8 88 FD

RGB Percentages of Color #c888fd

%33.96
%23.09
%42.95

CMYK Percentages of Color #c888fd

%21
%46
%0
%1

Triadic Colors of #c888fd

#c888fd #fdc888 #88fdc8

Analogous Colors of #c888fd

#c888fd #fd88f8 #8e88fd

Monochromatic Colors of #c888fd

#c888fd

Complementary Color

#c888fd #bdfd88

#c888fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c888fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c888fd Color CSS Codes

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

#c888fd Text Font Color

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

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


#c888fd Background Color

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

This div background color is #c888fd


#c888fd Border Color

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

This div border color is #c888fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c888fd


Comments

No comments written yet.

Please login to write comment.