Color Hex Logo

#ce11ba Color Hex

#CE11BA
(206,17,186)
0 Favorites   0 Comments

Color spaces of #ce11ba

RGB 20617186
HSL0.850.850.44
HSV306°92°81°
CMYK 0.000.920.10   0.19
XYZ34.517017.067947.9296
Yxy17.06790.34690.1715
Hunter Lab41.313376.8373-39.8659
CIE-Lab48.345579.3749-41.1999

#ce11ba color RGB value is (206,17,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010001 10111010
Octal 316 21 272
Decimal 206 17 186
Hex CE 11 BA

RGB Percentages of Color #ce11ba

%50.37
%4.16
%45.48

CMYK Percentages of Color #ce11ba

%0
%92
%10
%19

Triadic Colors of #ce11ba

#ce11ba #bace11 #11bace

Analogous Colors of #ce11ba

#ce11ba #ce115b #8411ce

Monochromatic Colors of #ce11ba

#ce11ba

Complementary Color

#ce11ba #11ce25

#ce11ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce11ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce11ba Color CSS Codes

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

#ce11ba Text Font Color

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

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


#ce11ba Background Color

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

This div background color is #ce11ba


#ce11ba Border Color

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

This div border color is #ce11ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce11ba


Comments

No comments written yet.

Please login to write comment.