Color Hex Logo

#ce386c Color Hex

#CE386C
(206,56,108)
0 Favorites   0 Comments

Color spaces of #ce386c

RGB 20656108
HSL0.940.600.51
HSV339°73°81°
CMYK 0.000.730.48   0.19
XYZ29.574517.032915.9163
Yxy17.03290.47300.2724
Hunter Lab41.270955.68796.0242
CIE-Lab48.301561.65385.5091

#ce386c color RGB value is (206,56,108).

#ce386c hex color red value is 206, green value is 56 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ce386c hue: 0.94 , saturation: 0.60 and the lightness value of ce386c is 0.51.

The process color (four color CMYK) of #ce386c color hex is 0.00, 0.73, 0.48, 0.19. Web safe color of #ce386c is #cc3366. Color #ce386c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00111000 01101100
Octal 316 70 154
Decimal 206 56 108
Hex CE 38 6C

RGB Percentages of Color #ce386c

%55.68
%15.14
%29.19

CMYK Percentages of Color #ce386c

%0
%73
%48
%19

Triadic Colors of #ce386c

#ce386c #6cce38 #386cce

Analogous Colors of #ce386c

#ce386c #ce4f38 #ce38b7

Monochromatic Colors of #ce386c

#ce386c

Complementary Color

#ce386c #38ce9a

#ce386c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce386c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce386c Color CSS Codes

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

#ce386c Text Font Color

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

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


#ce386c Background Color

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

This div background color is #ce386c


#ce386c Border Color

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

This div border color is #ce386c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce386c


Comments

No comments written yet.

Please login to write comment.