Color Hex Logo

#ce655f Color Hex

#CE655F
(206,101,95)
0 Favorites   0 Comments

Color spaces of #ce655f

RGB 20610195
HSL0.010.530.59
HSV54°81°
CMYK 0.000.510.54   0.19
XYZ32.172823.255413.6195
Yxy23.25540.46600.3368
Hunter Lab48.223934.695517.0119
CIE-Lab55.334440.984422.9681

#ce655f color RGB value is (206,101,95).

#ce655f hex color red value is 206, green value is 101 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ce655f hue: 0.01 , saturation: 0.53 and the lightness value of ce655f is 0.59.

The process color (four color CMYK) of #ce655f color hex is 0.00, 0.51, 0.54, 0.19. Web safe color of #ce655f is #cc6666. Color #ce655f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100101 01011111
Octal 316 145 137
Decimal 206 101 95
Hex CE 65 5F

RGB Percentages of Color #ce655f

%51.24
%25.12
%23.63

CMYK Percentages of Color #ce655f

%0
%51
%54
%19

Triadic Colors of #ce655f

#ce655f #5fce65 #655fce

Analogous Colors of #ce655f

#ce655f #ce9d5f #ce5f91

Monochromatic Colors of #ce655f

#ce655f

Complementary Color

#ce655f #5fc8ce

#ce655f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce655f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce655f Color CSS Codes

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

#ce655f Text Font Color

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

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


#ce655f Background Color

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

This div background color is #ce655f


#ce655f Border Color

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

This div border color is #ce655f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce655f


Comments

No comments written yet.

Please login to write comment.