Color Hex Logo

#ce5eac Color Hex

#CE5EAC
(206,94,172)
0 Favorites   0 Comments

Color spaces of #ce5eac

RGB 20694172
HSL0.880.530.59
HSV318°54°81°
CMYK 0.000.540.17   0.19
XYZ36.902724.105841.7376
Yxy24.10580.35920.2346
Hunter Lab49.097748.2430-16.0337
CIE-Lab56.193653.5831-20.8128

#ce5eac color RGB value is (206,94,172).

#ce5eac hex color red value is 206, green value is 94 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ce5eac hue: 0.88 , saturation: 0.53 and the lightness value of ce5eac is 0.59.

The process color (four color CMYK) of #ce5eac color hex is 0.00, 0.54, 0.17, 0.19. Web safe color of #ce5eac is #cc6699. Color #ce5eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011110 10101100
Octal 316 136 254
Decimal 206 94 172
Hex CE 5E AC

RGB Percentages of Color #ce5eac

%43.64
%19.92
%36.44

CMYK Percentages of Color #ce5eac

%0
%54
%17
%19

Triadic Colors of #ce5eac

#ce5eac #acce5e #5eacce

Analogous Colors of #ce5eac

#ce5eac #ce5e74 #b85ece

Monochromatic Colors of #ce5eac

#ce5eac

Complementary Color

#ce5eac #5ece80

#ce5eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5eac Color CSS Codes

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

#ce5eac Text Font Color

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

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


#ce5eac Background Color

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

This div background color is #ce5eac


#ce5eac Border Color

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

This div border color is #ce5eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5eac


Comments

No comments written yet.

Please login to write comment.