Color Hex Logo

#ce11bf Color Hex

#CE11BF
(206,17,191)
0 Favorites   0 Comments

Color spaces of #ce11bf

RGB 20617191
HSL0.850.850.44
HSV305°92°81°
CMYK 0.000.920.07   0.19
XYZ35.058017.284350.7787
Yxy17.28430.34000.1676
Hunter Lab41.574477.7666-43.3144
CIE-Lab48.616380.0617-43.6898

#ce11bf color RGB value is (206,17,191).

#ce11bf hex color red value is 206, green value is 17 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ce11bf hue: 0.85 , saturation: 0.85 and the lightness value of ce11bf is 0.44.

The process color (four color CMYK) of #ce11bf color hex is 0.00, 0.92, 0.07, 0.19. Web safe color of #ce11bf is #cc00cc. Color #ce11bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010001 10111111
Octal 316 21 277
Decimal 206 17 191
Hex CE 11 BF

RGB Percentages of Color #ce11bf

%49.76
%4.11
%46.14

CMYK Percentages of Color #ce11bf

%0
%92
%7
%19

Triadic Colors of #ce11bf

#ce11bf #bfce11 #11bfce

Analogous Colors of #ce11bf

#ce11bf #ce1161 #7f11ce

Monochromatic Colors of #ce11bf

#ce11bf

Complementary Color

#ce11bf #11ce20

#ce11bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce11bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce11bf Color CSS Codes

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

#ce11bf Text Font Color

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

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


#ce11bf Background Color

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

This div background color is #ce11bf


#ce11bf Border Color

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

This div border color is #ce11bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce11bf


Comments

No comments written yet.

Please login to write comment.