Color Hex Logo

#ec648d Color Hex

#EC648D
(236,100,141)
0 Favorites   0 Comments

Color spaces of #ec648d

RGB 236100141
HSL0.950.780.66
HSV342°58°93°
CMYK 0.000.580.40   0.07
XYZ43.957028.870328.4550
Yxy28.87030.43400.2850
Hunter Lab53.731152.00016.2129
CIE-Lab60.667056.20244.3162

#ec648d color RGB value is (236,100,141).

#ec648d hex color red value is 236, green value is 100 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ec648d hue: 0.95 , saturation: 0.78 and the lightness value of ec648d is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100100 10001101
Octal 354 144 215
Decimal 236 100 141
Hex EC 64 8D

RGB Percentages of Color #ec648d

%49.48
%20.96
%29.56

CMYK Percentages of Color #ec648d

%0
%58
%40
%7

Triadic Colors of #ec648d

#ec648d #8dec64 #648dec

Analogous Colors of #ec648d

#ec648d #ec7f64 #ec64d1

Monochromatic Colors of #ec648d

#ec648d

Complementary Color

#ec648d #64ecc3

#ec648d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec648d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec648d Color CSS Codes

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

#ec648d Text Font Color

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

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


#ec648d Background Color

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

This div background color is #ec648d


#ec648d Border Color

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

This div border color is #ec648d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec648d


Comments

No comments written yet.

Please login to write comment.