Color Hex Logo

#ce86fc Color Hex

#CE86FC
(206,134,252)
0 Favorites   0 Comments

Color spaces of #ce86fc

RGB 206134252
HSL0.770.950.76
HSV277°47°99°
CMYK 0.180.470.00   0.01
XYZ51.549437.200396.5589
Yxy37.20030.27820.2007
Hunter Lab60.992044.1290-51.1699
CIE-Lab67.427048.1549-48.3104

#ce86fc color RGB value is (206,134,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000110 11111100
Octal 316 206 374
Decimal 206 134 252
Hex CE 86 FC

RGB Percentages of Color #ce86fc

%34.80
%22.64
%42.57

CMYK Percentages of Color #ce86fc

%18
%47
%0
%1

Triadic Colors of #ce86fc

#ce86fc #fcce86 #86fcce

Analogous Colors of #ce86fc

#ce86fc #fc86ef #9386fc

Monochromatic Colors of #ce86fc

#ce86fc

Complementary Color

#ce86fc #b4fc86

#ce86fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce86fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce86fc Color CSS Codes

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

#ce86fc Text Font Color

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

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


#ce86fc Background Color

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

This div background color is #ce86fc


#ce86fc Border Color

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

This div border color is #ce86fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce86fc

Related Colors


Comments

No comments written yet.

Please login to write comment.