Color Hex Logo

#ce538e Color Hex

#CE538E
(206,83,142)
0 Favorites   0 Comments

Color spaces of #ce538e

RGB 20683142
HSL0.920.560.57
HSV331°60°81°
CMYK 0.000.600.31   0.19
XYZ33.429321.261327.9331
Yxy21.26130.40460.2573
Hunter Lab46.110048.7184-3.6405
CIE-Lab53.234354.5153-7.7122

#ce538e color RGB value is (206,83,142).

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

The process color (four color CMYK) of #ce538e color hex is 0.00, 0.60, 0.31, 0.19. Web safe color of #ce538e is #cc6699. Color #ce538e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010011 10001110
Octal 316 123 216
Decimal 206 83 142
Hex CE 53 8E

RGB Percentages of Color #ce538e

%47.80
%19.26
%32.95

CMYK Percentages of Color #ce538e

%0
%60
%31
%19

Triadic Colors of #ce538e

#ce538e #8ece53 #538ece

Analogous Colors of #ce538e

#ce538e #ce5553 #ce53cc

Monochromatic Colors of #ce538e

#ce538e

Complementary Color

#ce538e #53ce93

#ce538e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce538e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce538e Color CSS Codes

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

#ce538e Text Font Color

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

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


#ce538e Background Color

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

This div background color is #ce538e


#ce538e Border Color

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

This div border color is #ce538e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce538e


Comments

No comments written yet.

Please login to write comment.