Color Hex Logo

#ce11fb Color Hex

#CE11FB
(206,17,251)
0 Favorites   0 Comments

Color spaces of #ce11fb

RGB 20617251
HSL0.800.970.53
HSV288°93°98°
CMYK 0.180.930.00   0.02
XYZ43.066620.487792.9515
Yxy20.48770.27520.1309
Hunter Lab45.263390.6261-90.0719
CIE-Lab52.384289.2755-71.8231

#ce11fb color RGB value is (206,17,251).

#ce11fb hex color red value is 206, green value is 17 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ce11fb hue: 0.80 , saturation: 0.97 and the lightness value of ce11fb is 0.53.

The process color (four color CMYK) of #ce11fb color hex is 0.18, 0.93, 0.00, 0.02. Web safe color of #ce11fb is #cc00ff. Color #ce11fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010001 11111011
Octal 316 21 373
Decimal 206 17 251
Hex CE 11 FB

RGB Percentages of Color #ce11fb

%43.46
%3.59
%52.95

CMYK Percentages of Color #ce11fb

%18
%93
%0
%2

Triadic Colors of #ce11fb

#ce11fb #fbce11 #11fbce

Analogous Colors of #ce11fb

#ce11fb #fb11b3 #5911fb

Monochromatic Colors of #ce11fb

#ce11fb

Complementary Color

#ce11fb #3efb11

#ce11fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce11fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce11fb Color CSS Codes

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

#ce11fb Text Font Color

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

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


#ce11fb Background Color

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

This div background color is #ce11fb


#ce11fb Border Color

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

This div border color is #ce11fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce11fb


Comments

No comments written yet.

Please login to write comment.