Color Hex Logo

#ce31eb Color Hex

#CE31EB
(206,49,235)
0 Favorites   0 Comments

Color spaces of #ce31eb

RGB 20649235
HSL0.810.820.56
HSV291°79°92°
CMYK 0.120.790.00   0.08
XYZ41.547321.316680.5220
Yxy21.31660.28980.1487
Hunter Lab46.169979.8310-71.0850
CIE-Lab53.294380.7826-61.3895

#ce31eb color RGB value is (206,49,235).

#ce31eb hex color red value is 206, green value is 49 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ce31eb hue: 0.81 , saturation: 0.82 and the lightness value of ce31eb is 0.56.

The process color (four color CMYK) of #ce31eb color hex is 0.12, 0.79, 0.00, 0.08. Web safe color of #ce31eb is #cc33ff. Color #ce31eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110001 11101011
Octal 316 61 353
Decimal 206 49 235
Hex CE 31 EB

RGB Percentages of Color #ce31eb

%42.04
%10.00
%47.96

CMYK Percentages of Color #ce31eb

%12
%79
%0
%8

Triadic Colors of #ce31eb

#ce31eb #ebce31 #31ebce

Analogous Colors of #ce31eb

#ce31eb #eb31ab #7131eb

Monochromatic Colors of #ce31eb

#ce31eb

Complementary Color

#ce31eb #4eeb31

#ce31eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce31eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce31eb Color CSS Codes

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

#ce31eb Text Font Color

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

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


#ce31eb Background Color

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

This div background color is #ce31eb


#ce31eb Border Color

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

This div border color is #ce31eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce31eb


Comments

No comments written yet.

Please login to write comment.