Color Hex Logo

#ce1efa Color Hex

#CE1EFA
(206,30,250)
0 Favorites   0 Comments

Color spaces of #ce1efa

RGB 20630250
HSL0.800.960.55
HSV288°88°98°
CMYK 0.180.880.00   0.02
XYZ43.173220.952592.2112
Yxy20.95250.27620.1340
Hunter Lab45.773988.2540-87.3976
CIE-Lab52.897587.3797-70.4331

#ce1efa color RGB value is (206,30,250).

#ce1efa hex color red value is 206, green value is 30 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ce1efa hue: 0.80 , saturation: 0.96 and the lightness value of ce1efa is 0.55.

The process color (four color CMYK) of #ce1efa color hex is 0.18, 0.88, 0.00, 0.02. Web safe color of #ce1efa is #cc33ff. Color #ce1efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00011110 11111010
Octal 316 36 372
Decimal 206 30 250
Hex CE 1E FA

RGB Percentages of Color #ce1efa

%42.39
%6.17
%51.44

CMYK Percentages of Color #ce1efa

%18
%88
%0
%2

Triadic Colors of #ce1efa

#ce1efa #face1e #1eface

Analogous Colors of #ce1efa

#ce1efa #fa1eb8 #601efa

Monochromatic Colors of #ce1efa

#ce1efa

Complementary Color

#ce1efa #4afa1e

#ce1efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce1efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce1efa Color CSS Codes

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

#ce1efa Text Font Color

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

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


#ce1efa Background Color

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

This div background color is #ce1efa


#ce1efa Border Color

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

This div border color is #ce1efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce1efa

Related Colors


Comments

No comments written yet.

Please login to write comment.