Color Hex Logo

#ce1fef Color Hex

#CE1FEF
(206,31,239)
0 Favorites   0 Comments

Color spaces of #ce1fef

RGB 20631239
HSL0.810.870.53
HSV290°87°94°
CMYK 0.140.870.00   0.06
XYZ41.523620.333883.3976
Yxy20.33380.28590.1400
Hunter Lab45.093085.4577-78.0892
CIE-Lab52.212585.3731-65.3824

#ce1fef color RGB value is (206,31,239).

#ce1fef hex color red value is 206, green value is 31 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ce1fef hue: 0.81 , saturation: 0.87 and the lightness value of ce1fef is 0.53.

The process color (four color CMYK) of #ce1fef color hex is 0.14, 0.87, 0.00, 0.06. Web safe color of #ce1fef is #cc33ff. Color #ce1fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00011111 11101111
Octal 316 37 357
Decimal 206 31 239
Hex CE 1F EF

RGB Percentages of Color #ce1fef

%43.28
%6.51
%50.21

CMYK Percentages of Color #ce1fef

%14
%87
%0
%6

Triadic Colors of #ce1fef

#ce1fef #efce1f #1fefce

Analogous Colors of #ce1fef

#ce1fef #ef1fa8 #661fef

Monochromatic Colors of #ce1fef

#ce1fef

Complementary Color

#ce1fef #40ef1f

#ce1fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce1fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce1fef Color CSS Codes

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

#ce1fef Text Font Color

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

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


#ce1fef Background Color

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

This div background color is #ce1fef


#ce1fef Border Color

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

This div border color is #ce1fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce1fef


Comments

No comments written yet.

Please login to write comment.