Color Hex Logo

#ce10eb Color Hex

#CE10EB
(206,16,235)
0 Favorites   0 Comments

Color spaces of #ce10eb

RGB 20616235
HSL0.810.870.49
HSV292°93°92°
CMYK 0.120.930.00   0.08
XYZ40.634319.490680.2176
Yxy19.49060.28950.1389
Hunter Lab44.148287.0335-76.8267
CIE-Lab51.256386.7667-64.6750

#ce10eb color RGB value is (206,16,235).

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

The process color (four color CMYK) of #ce10eb color hex is 0.12, 0.93, 0.00, 0.08. Web safe color of #ce10eb is #cc00ff. Color #ce10eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010000 11101011
Octal 316 20 353
Decimal 206 16 235
Hex CE 10 EB

RGB Percentages of Color #ce10eb

%45.08
%3.50
%51.42

CMYK Percentages of Color #ce10eb

%12
%93
%0
%8

Triadic Colors of #ce10eb

#ce10eb #ebce10 #10ebce

Analogous Colors of #ce10eb

#ce10eb #eb109b #6010eb

Monochromatic Colors of #ce10eb

#ce10eb

Complementary Color

#ce10eb #2deb10

#ce10eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce10eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce10eb Color CSS Codes

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

#ce10eb Text Font Color

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

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


#ce10eb Background Color

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

This div background color is #ce10eb


#ce10eb Border Color

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

This div border color is #ce10eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce10eb


Comments

No comments written yet.

Please login to write comment.