Color Hex Logo

#ec42bf Color Hex

#EC42BF
(236,66,191)
0 Favorites   0 Comments

Color spaces of #ec42bf

RGB 23666191
HSL0.880.820.59
HSV316°72°93°
CMYK 0.000.720.19   0.07
XYZ45.944325.490951.7889
Yxy25.49090.37290.2069
Hunter Lab50.488574.0792-25.4751
CIE-Lab57.550675.3763-29.3075

#ec42bf color RGB value is (236,66,191).

#ec42bf hex color red value is 236, green value is 66 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ec42bf hue: 0.88 , saturation: 0.82 and the lightness value of ec42bf is 0.59.

The process color (four color CMYK) of #ec42bf color hex is 0.00, 0.72, 0.19, 0.07. Web safe color of #ec42bf is #ff33cc. Color #ec42bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000010 10111111
Octal 354 102 277
Decimal 236 66 191
Hex EC 42 BF

RGB Percentages of Color #ec42bf

%47.87
%13.39
%38.74

CMYK Percentages of Color #ec42bf

%0
%72
%19
%7

Triadic Colors of #ec42bf

#ec42bf #bfec42 #42bfec

Analogous Colors of #ec42bf

#ec42bf #ec426a #c442ec

Monochromatic Colors of #ec42bf

#ec42bf

Complementary Color

#ec42bf #42ec6f

#ec42bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec42bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec42bf Color CSS Codes

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

#ec42bf Text Font Color

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

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


#ec42bf Background Color

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

This div background color is #ec42bf


#ec42bf Border Color

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

This div border color is #ec42bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec42bf


Comments

No comments written yet.

Please login to write comment.