Color Hex Logo

#ce1fec Color Hex

#CE1FEC
(206,31,236)
0 Favorites   0 Comments

Color spaces of #ce1fec

RGB 20631236
HSL0.810.840.52
HSV291°87°93°
CMYK 0.130.870.00   0.07
XYZ41.083920.157981.0824
Yxy20.15790.28870.1416
Hunter Lab44.897684.7673-75.6461
CIE-Lab52.015384.8794-64.0132

#ce1fec color RGB value is (206,31,236).

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

The process color (four color CMYK) of #ce1fec color hex is 0.13, 0.87, 0.00, 0.07. Web safe color of #ce1fec is #cc33ff. Color #ce1fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00011111 11101100
Octal 316 37 354
Decimal 206 31 236
Hex CE 1F EC

RGB Percentages of Color #ce1fec

%43.55
%6.55
%49.89

CMYK Percentages of Color #ce1fec

%13
%87
%0
%7

Triadic Colors of #ce1fec

#ce1fec #ecce1f #1fecce

Analogous Colors of #ce1fec

#ce1fec #ec1fa4 #681fec

Monochromatic Colors of #ce1fec

#ce1fec

Complementary Color

#ce1fec #3dec1f

#ce1fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce1fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce1fec Color CSS Codes

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

#ce1fec Text Font Color

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

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


#ce1fec Background Color

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

This div background color is #ce1fec


#ce1fec Border Color

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

This div border color is #ce1fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce1fec


Comments

No comments written yet.

Please login to write comment.