Color Hex Logo

#ce5575 Color Hex

#CE5575
(206,85,117)
0 Favorites   0 Comments

Color spaces of #ce5575

RGB 20685117
HSL0.960.550.57
HSV344°59°81°
CMYK 0.000.590.43   0.19
XYZ31.913020.903219.1823
Yxy20.90320.44320.2903
Hunter Lab45.720044.58467.1283
CIE-Lab52.843450.78126.5771

#ce5575 color RGB value is (206,85,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010101 01110101
Octal 316 125 165
Decimal 206 85 117
Hex CE 55 75

RGB Percentages of Color #ce5575

%50.49
%20.83
%28.68

CMYK Percentages of Color #ce5575

%0
%59
%43
%19

Triadic Colors of #ce5575

#ce5575 #75ce55 #5575ce

Analogous Colors of #ce5575

#ce5575 #ce7255 #ce55b2

Monochromatic Colors of #ce5575

#ce5575

Complementary Color

#ce5575 #55ceae

#ce5575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5575 Color CSS Codes

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

#ce5575 Text Font Color

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

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


#ce5575 Background Color

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

This div background color is #ce5575


#ce5575 Border Color

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

This div border color is #ce5575


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5575


Comments

No comments written yet.

Please login to write comment.