Color Hex Logo

#ce146e Color Hex

#CE146E
(206,20,110)
0 Favorites   0 Comments

Color spaces of #ce146e

RGB 20620110
HSL0.920.820.44
HSV331°90°81°
CMYK 0.000.900.47   0.19
XYZ28.518214.747916.0954
Yxy14.74790.48040.2484
Hunter Lab38.403065.34952.0326
CIE-Lab45.287070.5646-0.0821

#ce146e color RGB value is (206,20,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010100 01101110
Octal 316 24 156
Decimal 206 20 110
Hex CE 14 6E

RGB Percentages of Color #ce146e

%61.31
%5.95
%32.74

CMYK Percentages of Color #ce146e

%0
%90
%47
%19

Triadic Colors of #ce146e

#ce146e #6ece14 #146ece

Analogous Colors of #ce146e

#ce146e #ce1714 #ce14cb

Monochromatic Colors of #ce146e

#ce146e

Complementary Color

#ce146e #14ce74

#ce146e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce146e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce146e Color CSS Codes

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

#ce146e Text Font Color

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

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


#ce146e Background Color

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

This div background color is #ce146e


#ce146e Border Color

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

This div border color is #ce146e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce146e


Comments

No comments written yet.

Please login to write comment.