Color Hex Logo

#ce5eaf Color Hex

#CE5EAF
(206,94,175)
0 Favorites   0 Comments

Color spaces of #ce5eaf

RGB 20694175
HSL0.880.530.59
HSV317°54°81°
CMYK 0.000.540.15   0.19
XYZ37.194224.222443.2725
Yxy24.22240.35530.2314
Hunter Lab49.216348.7693-17.6783
CIE-Lab56.309854.0401-22.3720

#ce5eaf color RGB value is (206,94,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011110 10101111
Octal 316 136 257
Decimal 206 94 175
Hex CE 5E AF

RGB Percentages of Color #ce5eaf

%43.37
%19.79
%36.84

CMYK Percentages of Color #ce5eaf

%0
%54
%15
%19

Triadic Colors of #ce5eaf

#ce5eaf #afce5e #5eafce

Analogous Colors of #ce5eaf

#ce5eaf #ce5e77 #b55ece

Monochromatic Colors of #ce5eaf

#ce5eaf

Complementary Color

#ce5eaf #5ece7d

#ce5eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5eaf Color CSS Codes

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

#ce5eaf Text Font Color

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

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


#ce5eaf Background Color

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

This div background color is #ce5eaf


#ce5eaf Border Color

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

This div border color is #ce5eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5eaf


Comments

No comments written yet.

Please login to write comment.