Color Hex Logo

#e6968d Color Hex

#E6968D
(230,150,141)
0 Favorites   0 Comments

Color spaces of #e6968d

RGB 230150141
HSL0.020.640.73
HSV39°90°
CMYK 0.000.350.39   0.10
XYZ48.347240.558830.4798
Yxy40.55880.40500.3397
Hunter Lab63.685824.058516.2041
CIE-Lab69.865729.019217.2123

#e6968d color RGB value is (230,150,141).

#e6968d hex color red value is 230, green value is 150 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #e6968d hue: 0.02 , saturation: 0.64 and the lightness value of e6968d is 0.73.

The process color (four color CMYK) of #e6968d color hex is 0.00, 0.35, 0.39, 0.10. Web safe color of #e6968d is #ff9999. Color #e6968d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010110 10001101
Octal 346 226 215
Decimal 230 150 141
Hex E6 96 8D

RGB Percentages of Color #e6968d

%44.15
%28.79
%27.06

CMYK Percentages of Color #e6968d

%0
%35
%39
%10

Triadic Colors of #e6968d

#e6968d #8de696 #968de6

Analogous Colors of #e6968d

#e6968d #e6c38d #e68db1

Monochromatic Colors of #e6968d

#e6968d

Complementary Color

#e6968d #8ddde6

#e6968d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6968d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6968d Color CSS Codes

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

#e6968d Text Font Color

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

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


#e6968d Background Color

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

This div background color is #e6968d


#e6968d Border Color

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

This div border color is #e6968d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6968d


Comments

No comments written yet.

Please login to write comment.