Color Hex Logo

#ce5775 Color Hex

#CE5775
(206,87,117)
0 Favorites   0 Comments

Color spaces of #ce5775

RGB 20687117
HSL0.960.550.57
HSV345°58°81°
CMYK 0.000.580.43   0.19
XYZ32.072721.222619.2356
Yxy21.22260.44220.2926
Hunter Lab46.068043.65337.4912
CIE-Lab53.192349.85627.0749

#ce5775 color RGB value is (206,87,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010111 01110101
Octal 316 127 165
Decimal 206 87 117
Hex CE 57 75

RGB Percentages of Color #ce5775

%50.24
%21.22
%28.54

CMYK Percentages of Color #ce5775

%0
%58
%43
%19

Triadic Colors of #ce5775

#ce5775 #75ce57 #5775ce

Analogous Colors of #ce5775

#ce5775 #ce7557 #ce57b1

Monochromatic Colors of #ce5775

#ce5775

Complementary Color

#ce5775 #57ceb0

#ce5775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5775 Color CSS Codes

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

#ce5775 Text Font Color

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

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


#ce5775 Background Color

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

This div background color is #ce5775


#ce5775 Border Color

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

This div border color is #ce5775


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,87,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 #ce5775">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5775


Comments

No comments written yet.

Please login to write comment.