Color Hex Logo

#ce18a9 Color Hex

#CE18A9
(206,24,169)
0 Favorites   0 Comments

Color spaces of #ce18a9

RGB 20624169
HSL0.870.790.45
HSV312°88°81°
CMYK 0.000.880.18   0.19
XYZ32.941716.639739.0117
Yxy16.63970.37180.1878
Hunter Lab40.791872.7633-28.1484
CIE-Lab47.802876.2025-32.0453

#ce18a9 color RGB value is (206,24,169).

#ce18a9 hex color red value is 206, green value is 24 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #ce18a9 hue: 0.87 , saturation: 0.79 and the lightness value of ce18a9 is 0.45.

The process color (four color CMYK) of #ce18a9 color hex is 0.00, 0.88, 0.18, 0.19. Web safe color of #ce18a9 is #cc0099. Color #ce18a9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00011000 10101001
Octal 316 30 251
Decimal 206 24 169
Hex CE 18 A9

RGB Percentages of Color #ce18a9

%51.63
%6.02
%42.36

CMYK Percentages of Color #ce18a9

%0
%88
%18
%19

Triadic Colors of #ce18a9

#ce18a9 #a9ce18 #18a9ce

Analogous Colors of #ce18a9

#ce18a9 #ce184e #9818ce

Monochromatic Colors of #ce18a9

#ce18a9

Complementary Color

#ce18a9 #18ce3d

#ce18a9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce18a9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce18a9 Color CSS Codes

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

#ce18a9 Text Font Color

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

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


#ce18a9 Background Color

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

This div background color is #ce18a9


#ce18a9 Border Color

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

This div border color is #ce18a9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce18a9


Comments

No comments written yet.

Please login to write comment.