Color Hex Logo

#ce88fd Color Hex

#CE88FD
(206,136,253)
0 Favorites   0 Comments

Color spaces of #ce88fd

RGB 206136253
HSL0.770.970.76
HSV276°46°99°
CMYK 0.190.460.00   0.01
XYZ51.987437.822097.4888
Yxy37.82200.27760.2019
Hunter Lab61.499643.2670-50.9364
CIE-Lab67.889247.3143-48.1284

#ce88fd color RGB value is (206,136,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001000 11111101
Octal 316 210 375
Decimal 206 136 253
Hex CE 88 FD

RGB Percentages of Color #ce88fd

%34.62
%22.86
%42.52

CMYK Percentages of Color #ce88fd

%19
%46
%0
%1

Triadic Colors of #ce88fd

#ce88fd #fdce88 #88fdce

Analogous Colors of #ce88fd

#ce88fd #fd88f2 #9488fd

Monochromatic Colors of #ce88fd

#ce88fd

Complementary Color

#ce88fd #b7fd88

#ce88fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce88fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce88fd Color CSS Codes

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

#ce88fd Text Font Color

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

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


#ce88fd Background Color

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

This div background color is #ce88fd


#ce88fd Border Color

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

This div border color is #ce88fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce88fd

Related Colors


Comments

No comments written yet.

Please login to write comment.