Color Hex Logo

#ce5898 Color Hex

#CE5898
(206,88,152)
0 Favorites   0 Comments

Color spaces of #ce5898

RGB 20688152
HSL0.910.550.58
HSV327°57°81°
CMYK 0.000.570.26   0.19
XYZ34.610822.368332.1991
Yxy22.36830.38810.2508
Hunter Lab47.295147.8606-7.2588
CIE-Lab54.415653.5334-11.8409

#ce5898 color RGB value is (206,88,152).

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

The process color (four color CMYK) of #ce5898 color hex is 0.00, 0.57, 0.26, 0.19. Web safe color of #ce5898 is #cc6699. Color #ce5898 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011000 10011000
Octal 316 130 230
Decimal 206 88 152
Hex CE 58 98

RGB Percentages of Color #ce5898

%46.19
%19.73
%34.08

CMYK Percentages of Color #ce5898

%0
%57
%26
%19

Triadic Colors of #ce5898

#ce5898 #98ce58 #5898ce

Analogous Colors of #ce5898

#ce5898 #ce585d #c958ce

Monochromatic Colors of #ce5898

#ce5898

Complementary Color

#ce5898 #58ce8e

#ce5898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5898 Color CSS Codes

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

#ce5898 Text Font Color

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

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


#ce5898 Background Color

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

This div background color is #ce5898


#ce5898 Border Color

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

This div border color is #ce5898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5898


Comments

No comments written yet.

Please login to write comment.