Color Hex Logo

#ce186a Color Hex

#CE186A
(206,24,106)
0 Favorites   0 Comments

Color spaces of #ce186a

RGB 20624106
HSL0.920.790.45
HSV333°88°81°
CMYK 0.000.880.49   0.19
XYZ28.381814.815714.9995
Yxy14.81570.48770.2546
Hunter Lab38.491264.25903.8393
CIE-Lab45.380769.62592.5363

#ce186a color RGB value is (206,24,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00011000 01101010
Octal 316 30 152
Decimal 206 24 106
Hex CE 18 6A

RGB Percentages of Color #ce186a

%61.31
%7.14
%31.55

CMYK Percentages of Color #ce186a

%0
%88
%49
%19

Triadic Colors of #ce186a

#ce186a #6ace18 #186ace

Analogous Colors of #ce186a

#ce186a #ce2118 #ce18c5

Monochromatic Colors of #ce186a

#ce186a

Complementary Color

#ce186a #18ce7c

#ce186a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce186a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce186a Color CSS Codes

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

#ce186a Text Font Color

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

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


#ce186a Background Color

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

This div background color is #ce186a


#ce186a Border Color

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

This div border color is #ce186a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce186a


Comments

No comments written yet.

Please login to write comment.