Color Hex Logo

#ec768d Color Hex

#EC768D
(236,118,141)
0 Favorites   0 Comments

Color spaces of #ec768d

RGB 236118141
HSL0.970.760.69
HSV348°50°93°
CMYK 0.000.500.40   0.07
XYZ45.878232.712829.0955
Yxy32.71280.42600.3038
Hunter Lab57.195143.08979.8754
CIE-Lab63.927747.70078.9858

#ec768d color RGB value is (236,118,141).

#ec768d hex color red value is 236, green value is 118 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ec768d hue: 0.97 , saturation: 0.76 and the lightness value of ec768d is 0.69.

The process color (four color CMYK) of #ec768d color hex is 0.00, 0.50, 0.40, 0.07. Web safe color of #ec768d is #ff6699. Color #ec768d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110110 10001101
Octal 354 166 215
Decimal 236 118 141
Hex EC 76 8D

RGB Percentages of Color #ec768d

%47.68
%23.84
%28.48

CMYK Percentages of Color #ec768d

%0
%50
%40
%7

Triadic Colors of #ec768d

#ec768d #8dec76 #768dec

Analogous Colors of #ec768d

#ec768d #ec9a76 #ec76c8

Monochromatic Colors of #ec768d

#ec768d

Complementary Color

#ec768d #76ecd5

#ec768d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec768d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec768d Color CSS Codes

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

#ec768d Text Font Color

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

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


#ec768d Background Color

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

This div background color is #ec768d


#ec768d Border Color

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

This div border color is #ec768d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,118,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 #ec768d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec768d


Comments

No comments written yet.

Please login to write comment.