Color Hex Logo

#ce5493 Color Hex

#CE5493
(206,84,147)
0 Favorites   0 Comments

Color spaces of #ce5493

RGB 20684147
HSL0.910.550.57
HSV329°59°81°
CMYK 0.000.590.29   0.19
XYZ33.890421.569029.9808
Yxy21.56900.39670.2524
Hunter Lab46.442448.9824-5.7648
CIE-Lab53.566754.6979-10.1715

#ce5493 color RGB value is (206,84,147).

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

The process color (four color CMYK) of #ce5493 color hex is 0.00, 0.59, 0.29, 0.19. Web safe color of #ce5493 is #cc6699. Color #ce5493 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010100 10010011
Octal 316 124 223
Decimal 206 84 147
Hex CE 54 93

RGB Percentages of Color #ce5493

%47.14
%19.22
%33.64

CMYK Percentages of Color #ce5493

%0
%59
%29
%19

Triadic Colors of #ce5493

#ce5493 #93ce54 #5493ce

Analogous Colors of #ce5493

#ce5493 #ce5456 #cc54ce

Monochromatic Colors of #ce5493

#ce5493

Complementary Color

#ce5493 #54ce8f

#ce5493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5493 Color CSS Codes

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

#ce5493 Text Font Color

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

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


#ce5493 Background Color

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

This div background color is #ce5493


#ce5493 Border Color

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

This div border color is #ce5493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5493


Comments

No comments written yet.

Please login to write comment.