Color Hex Logo

#ce88fc Color Hex

#CE88FC
(206,136,252)
0 Favorites   0 Comments

Color spaces of #ce88fc

RGB 206136252
HSL0.770.950.76
HSV276°46°99°
CMYK 0.180.460.00   0.01
XYZ51.828437.758496.6519
Yxy37.75840.27830.2027
Hunter Lab61.447943.0226-50.2443
CIE-Lab67.842247.0998-47.6564

#ce88fc color RGB value is (206,136,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001000 11111100
Octal 316 210 374
Decimal 206 136 252
Hex CE 88 FC

RGB Percentages of Color #ce88fc

%34.68
%22.90
%42.42

CMYK Percentages of Color #ce88fc

%18
%46
%0
%1

Triadic Colors of #ce88fc

#ce88fc #fcce88 #88fcce

Analogous Colors of #ce88fc

#ce88fc #fc88f0 #9488fc

Monochromatic Colors of #ce88fc

#ce88fc

Complementary Color

#ce88fc #b6fc88

#ce88fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce88fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce88fc Color CSS Codes

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

#ce88fc Text Font Color

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

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


#ce88fc Background Color

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

This div background color is #ce88fc


#ce88fc Border Color

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

This div border color is #ce88fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce88fc


Comments

No comments written yet.

Please login to write comment.