Color Hex Logo

#ce5efa Color Hex

#CE5EFA
(206,94,250)
0 Favorites   0 Comments

Color spaces of #ce5efa

RGB 20694250
HSL0.790.940.67
HSV283°62°98°
CMYK 0.180.620.00   0.02
XYZ46.711628.029393.3907
Yxy28.02930.27780.1667
Hunter Lab52.942764.8417-67.5274
CIE-Lab59.915267.3566-59.1369

#ce5efa color RGB value is (206,94,250).

#ce5efa hex color red value is 206, green value is 94 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ce5efa hue: 0.79 , saturation: 0.94 and the lightness value of ce5efa is 0.67.

The process color (four color CMYK) of #ce5efa color hex is 0.18, 0.62, 0.00, 0.02. Web safe color of #ce5efa is #cc66ff. Color #ce5efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011110 11111010
Octal 316 136 372
Decimal 206 94 250
Hex CE 5E FA

RGB Percentages of Color #ce5efa

%37.45
%17.09
%45.45

CMYK Percentages of Color #ce5efa

%18
%62
%0
%2

Triadic Colors of #ce5efa

#ce5efa #face5e #5eface

Analogous Colors of #ce5efa

#ce5efa #fa5ed8 #805efa

Monochromatic Colors of #ce5efa

#ce5efa

Complementary Color

#ce5efa #8afa5e

#ce5efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5efa Color CSS Codes

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

#ce5efa Text Font Color

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

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


#ce5efa Background Color

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

This div background color is #ce5efa


#ce5efa Border Color

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

This div border color is #ce5efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5efa


Comments

No comments written yet.

Please login to write comment.