Color Hex Logo

#ce385e Color Hex

#CE385E
(206,56,94)
0 Favorites   0 Comments

Color spaces of #ce385e

RGB 2065694
HSL0.960.600.51
HSV345°73°81°
CMYK 0.000.730.54   0.19
XYZ28.888216.758312.3018
Yxy16.75830.49850.2892
Hunter Lab40.936954.323610.8388
CIE-Lab47.954060.510013.5790

#ce385e color RGB value is (206,56,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00111000 01011110
Octal 316 70 136
Decimal 206 56 94
Hex CE 38 5E

RGB Percentages of Color #ce385e

%57.87
%15.73
%26.40

CMYK Percentages of Color #ce385e

%0
%73
%54
%19

Triadic Colors of #ce385e

#ce385e #5ece38 #385ece

Analogous Colors of #ce385e

#ce385e #ce5d38 #ce38a9

Monochromatic Colors of #ce385e

#ce385e

Complementary Color

#ce385e #38cea8

#ce385e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce385e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce385e Color CSS Codes

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

#ce385e Text Font Color

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

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


#ce385e Background Color

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

This div background color is #ce385e


#ce385e Border Color

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

This div border color is #ce385e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce385e


Comments

No comments written yet.

Please login to write comment.