Color Hex Logo

#ce186b Color Hex

#CE186B
(206,24,107)
0 Favorites   0 Comments

Color spaces of #ce186b

RGB 20624107
HSL0.920.790.45
HSV333°88°81°
CMYK 0.000.880.48   0.19
XYZ28.434114.836615.2750
Yxy14.83660.48570.2534
Hunter Lab38.518364.36113.4505
CIE-Lab45.409669.70671.9575

#ce186b color RGB value is (206,24,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00011000 01101011
Octal 316 30 153
Decimal 206 24 107
Hex CE 18 6B

RGB Percentages of Color #ce186b

%61.13
%7.12
%31.75

CMYK Percentages of Color #ce186b

%0
%88
%48
%19

Triadic Colors of #ce186b

#ce186b #6bce18 #186bce

Analogous Colors of #ce186b

#ce186b #ce2018 #ce18c6

Monochromatic Colors of #ce186b

#ce186b

Complementary Color

#ce186b #18ce7b

#ce186b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce186b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce186b Color CSS Codes

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

#ce186b Text Font Color

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

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


#ce186b Background Color

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

This div background color is #ce186b


#ce186b Border Color

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

This div border color is #ce186b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce186b


Comments

No comments written yet.

Please login to write comment.