Color Hex Logo

#ce93fe Color Hex

#CE93FE
(206,147,254)
0 Favorites   0 Comments

Color spaces of #ce93fe

RGB 206147254
HSL0.760.980.79
HSV273°42°100°
CMYK 0.190.420.00   0.00
XYZ53.776741.145098.8734
Yxy41.14500.27750.2123
Hunter Lab64.144437.3964-46.4897
CIE-Lab70.277441.6589-44.9192

#ce93fe color RGB value is (206,147,254).

#ce93fe hex color red value is 206, green value is 147 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ce93fe hue: 0.76 , saturation: 0.98 and the lightness value of ce93fe is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010011 11111110
Octal 316 223 376
Decimal 206 147 254
Hex CE 93 FE

RGB Percentages of Color #ce93fe

%33.94
%24.22
%41.85

CMYK Percentages of Color #ce93fe

%19
%42
%0
%0

Triadic Colors of #ce93fe

#ce93fe #fece93 #93fece

Analogous Colors of #ce93fe

#ce93fe #fe93f9 #9993fe

Monochromatic Colors of #ce93fe

#ce93fe

Complementary Color

#ce93fe #c3fe93

#ce93fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce93fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce93fe Color CSS Codes

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

#ce93fe Text Font Color

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

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


#ce93fe Background Color

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

This div background color is #ce93fe


#ce93fe Border Color

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

This div border color is #ce93fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,147,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce93fe


Comments

No comments written yet.

Please login to write comment.