Color Hex Logo

#ce146a Color Hex

#CE146A
(206,20,106)
0 Favorites   0 Comments

Color spaces of #ce146a

RGB 20620106
HSL0.920.820.44
HSV332°90°81°
CMYK 0.000.900.49   0.19
XYZ28.305314.662714.9740
Yxy14.66270.48850.2531
Hunter Lab38.291964.93603.6191
CIE-Lab45.168770.23922.2293

#ce146a color RGB value is (206,20,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010100 01101010
Octal 316 24 152
Decimal 206 20 106
Hex CE 14 6A

RGB Percentages of Color #ce146a

%62.05
%6.02
%31.93

CMYK Percentages of Color #ce146a

%0
%90
%49
%19

Triadic Colors of #ce146a

#ce146a #6ace14 #146ace

Analogous Colors of #ce146a

#ce146a #ce1b14 #ce14c7

Monochromatic Colors of #ce146a

#ce146a

Complementary Color

#ce146a #14ce78

#ce146a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce146a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce146a Color CSS Codes

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

#ce146a Text Font Color

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

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


#ce146a Background Color

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

This div background color is #ce146a


#ce146a Border Color

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

This div border color is #ce146a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce146a


Comments

No comments written yet.

Please login to write comment.