Color Hex Logo

#e698ce Color Hex

#E698CE
(230,152,206)
0 Favorites   0 Comments

Color spaces of #e698ce

RGB 230152206
HSL0.880.610.75
HSV318°34°90°
CMYK 0.000.340.10   0.10
XYZ55.001943.735763.9354
Yxy43.73570.33810.2689
Hunter Lab66.133032.7233-11.0267
CIE-Lab72.051537.1290-15.6648

#e698ce color RGB value is (230,152,206).

#e698ce hex color red value is 230, green value is 152 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e698ce hue: 0.88 , saturation: 0.61 and the lightness value of e698ce is 0.75.

The process color (four color CMYK) of #e698ce color hex is 0.00, 0.34, 0.10, 0.10. Web safe color of #e698ce is #ff99cc. Color #e698ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011000 11001110
Octal 346 230 316
Decimal 230 152 206
Hex E6 98 CE

RGB Percentages of Color #e698ce

%39.12
%25.85
%35.03

CMYK Percentages of Color #e698ce

%0
%34
%10
%10

Triadic Colors of #e698ce

#e698ce #cee698 #98cee6

Analogous Colors of #e698ce

#e698ce #e698a7 #d798e6

Monochromatic Colors of #e698ce

#e698ce

Complementary Color

#e698ce #98e6b0

#e698ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e698ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e698ce Color CSS Codes

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

#e698ce Text Font Color

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

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


#e698ce Background Color

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

This div background color is #e698ce


#e698ce Border Color

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

This div border color is #e698ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e698ce


Comments

No comments written yet.

Please login to write comment.