Color Hex Logo

#ec94ca Color Hex

#EC94CA
(236,148,202)
0 Favorites   0 Comments

Color spaces of #ec94ca

RGB 236148202
HSL0.900.700.75
HSV323°37°93°
CMYK 0.000.370.14   0.07
XYZ55.842643.276961.2872
Yxy43.27690.34810.2698
Hunter Lab65.785236.3980-9.1865
CIE-Lab71.742540.5729-13.8526

#ec94ca color RGB value is (236,148,202).

#ec94ca hex color red value is 236, green value is 148 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ec94ca hue: 0.90 , saturation: 0.70 and the lightness value of ec94ca is 0.75.

The process color (four color CMYK) of #ec94ca color hex is 0.00, 0.37, 0.14, 0.07. Web safe color of #ec94ca is #ff99cc. Color #ec94ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010100 11001010
Octal 354 224 312
Decimal 236 148 202
Hex EC 94 CA

RGB Percentages of Color #ec94ca

%40.27
%25.26
%34.47

CMYK Percentages of Color #ec94ca

%0
%37
%14
%7

Triadic Colors of #ec94ca

#ec94ca #caec94 #94caec

Analogous Colors of #ec94ca

#ec94ca #ec949e #e294ec

Monochromatic Colors of #ec94ca

#ec94ca

Complementary Color

#ec94ca #94ecb6

#ec94ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec94ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec94ca Color CSS Codes

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

#ec94ca Text Font Color

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

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


#ec94ca Background Color

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

This div background color is #ec94ca


#ec94ca Border Color

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

This div border color is #ec94ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,148,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec94ca


Comments

No comments written yet.

Please login to write comment.