Color Hex Logo

#ce537e Color Hex

#CE537E
(206,83,126)
0 Favorites   0 Comments

Color spaces of #ce537e

RGB 20683126
HSL0.940.560.57
HSV339°60°81°
CMYK 0.000.600.39   0.19
XYZ32.312820.814722.0532
Yxy20.81470.42980.2769
Hunter Lab45.623146.58303.2767
CIE-Lab52.746152.64581.0739

#ce537e color RGB value is (206,83,126).

#ce537e hex color red value is 206, green value is 83 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ce537e hue: 0.94 , saturation: 0.56 and the lightness value of ce537e is 0.57.

The process color (four color CMYK) of #ce537e color hex is 0.00, 0.60, 0.39, 0.19. Web safe color of #ce537e is #cc6666. Color #ce537e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010011 01111110
Octal 316 123 176
Decimal 206 83 126
Hex CE 53 7E

RGB Percentages of Color #ce537e

%49.64
%20.00
%30.36

CMYK Percentages of Color #ce537e

%0
%60
%39
%19

Triadic Colors of #ce537e

#ce537e #7ece53 #537ece

Analogous Colors of #ce537e

#ce537e #ce6653 #ce53bc

Monochromatic Colors of #ce537e

#ce537e

Complementary Color

#ce537e #53cea3

#ce537e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce537e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce537e Color CSS Codes

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

#ce537e Text Font Color

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

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


#ce537e Background Color

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

This div background color is #ce537e


#ce537e Border Color

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

This div border color is #ce537e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce537e


Comments

No comments written yet.

Please login to write comment.