Color Hex Logo

#ce14ba Color Hex

#CE14BA
(206,20,186)
0 Favorites   0 Comments

Color spaces of #ce14ba

RGB 20620186
HSL0.850.820.44
HSV306°90°81°
CMYK 0.000.900.10   0.19
XYZ34.566717.167347.9461
Yxy17.16730.34680.1722
Hunter Lab41.433476.4088-39.6060
CIE-Lab48.470179.0087-41.0024

#ce14ba color RGB value is (206,20,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010100 10111010
Octal 316 24 272
Decimal 206 20 186
Hex CE 14 BA

RGB Percentages of Color #ce14ba

%50.00
%4.85
%45.15

CMYK Percentages of Color #ce14ba

%0
%90
%10
%19

Triadic Colors of #ce14ba

#ce14ba #bace14 #14bace

Analogous Colors of #ce14ba

#ce14ba #ce145d #8514ce

Monochromatic Colors of #ce14ba

#ce14ba

Complementary Color

#ce14ba #14ce28

#ce14ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce14ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce14ba Color CSS Codes

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

#ce14ba Text Font Color

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

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


#ce14ba Background Color

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

This div background color is #ce14ba


#ce14ba Border Color

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

This div border color is #ce14ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce14ba


Comments

No comments written yet.

Please login to write comment.