Color Hex Logo

#ce5655 Color Hex

#CE5655
(206,86,85)
0 Favorites   0 Comments

Color spaces of #ce5655

RGB 2068685
HSL0.000.550.57
HSV59°81°
CMYK 0.000.580.59   0.19
XYZ30.421120.433310.9350
Yxy20.43330.49230.3307
Hunter Lab45.203241.022317.2995
CIE-Lab52.323647.519624.8350

#ce5655 color RGB value is (206,86,85).

#ce5655 hex color red value is 206, green value is 86 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #ce5655 hue: 0.00 , saturation: 0.55 and the lightness value of ce5655 is 0.57.

The process color (four color CMYK) of #ce5655 color hex is 0.00, 0.58, 0.59, 0.19. Web safe color of #ce5655 is #cc6666. Color #ce5655 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010110 01010101
Octal 316 126 125
Decimal 206 86 85
Hex CE 56 55

RGB Percentages of Color #ce5655

%54.64
%22.81
%22.55

CMYK Percentages of Color #ce5655

%0
%58
%59
%19

Triadic Colors of #ce5655

#ce5655 #55ce56 #5655ce

Analogous Colors of #ce5655

#ce5655 #ce9355 #ce5591

Monochromatic Colors of #ce5655

#ce5655

Complementary Color

#ce5655 #55cdce

#ce5655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5655 Color CSS Codes

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

#ce5655 Text Font Color

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

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


#ce5655 Background Color

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

This div background color is #ce5655


#ce5655 Border Color

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

This div border color is #ce5655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5655


Comments

No comments written yet.

Please login to write comment.