Color Hex Logo

#ce146f Color Hex

#CE146F
(206,20,111)
0 Favorites   0 Comments

Color spaces of #ce146f

RGB 20620111
HSL0.920.820.44
HSV331°90°81°
CMYK 0.000.900.46   0.19
XYZ28.573014.769816.3838
Yxy14.76980.47840.2473
Hunter Lab38.431565.45581.6260
CIE-Lab45.317370.6482-0.6577

#ce146f color RGB value is (206,20,111).

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

The process color (four color CMYK) of #ce146f color hex is 0.00, 0.90, 0.46, 0.19. Web safe color of #ce146f is #cc0066. Color #ce146f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010100 01101111
Octal 316 24 157
Decimal 206 20 111
Hex CE 14 6F

RGB Percentages of Color #ce146f

%61.13
%5.93
%32.94

CMYK Percentages of Color #ce146f

%0
%90
%46
%19

Triadic Colors of #ce146f

#ce146f #6fce14 #146fce

Analogous Colors of #ce146f

#ce146f #ce1614 #ce14cc

Monochromatic Colors of #ce146f

#ce146f

Complementary Color

#ce146f #14ce73

#ce146f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce146f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce146f Color CSS Codes

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

#ce146f Text Font Color

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

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


#ce146f Background Color

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

This div background color is #ce146f


#ce146f Border Color

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

This div border color is #ce146f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce146f


Comments

No comments written yet.

Please login to write comment.