Color Hex Logo

#e688cf Color Hex

#E688CF
(230,136,207)
0 Favorites   0 Comments

Color spaces of #e688cf

RGB 230136207
HSL0.870.650.72
HSV315°41°90°
CMYK 0.000.410.10   0.10
XYZ52.699838.936363.7694
Yxy38.93630.33910.2505
Hunter Lab62.399041.5562-16.9129
CIE-Lab68.705145.6569-21.2894

#e688cf color RGB value is (230,136,207).

#e688cf hex color red value is 230, green value is 136 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e688cf hue: 0.87 , saturation: 0.65 and the lightness value of e688cf is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10001000 11001111
Octal 346 210 317
Decimal 230 136 207
Hex E6 88 CF

RGB Percentages of Color #e688cf

%40.14
%23.73
%36.13

CMYK Percentages of Color #e688cf

%0
%41
%10
%10

Triadic Colors of #e688cf

#e688cf #cfe688 #88cfe6

Analogous Colors of #e688cf

#e688cf #e688a0 #ce88e6

Monochromatic Colors of #e688cf

#e688cf

Complementary Color

#e688cf #88e69f

#e688cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e688cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e688cf Color CSS Codes

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

#e688cf Text Font Color

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

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


#e688cf Background Color

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

This div background color is #e688cf


#e688cf Border Color

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

This div border color is #e688cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e688cf


Comments

No comments written yet.

Please login to write comment.