Color Hex Logo

#ec4afb Color Hex

#EC4AFB
(236,74,251)
0 Favorites   0 Comments

Color spaces of #ec4afb

RGB 23674251
HSL0.820.960.64
HSV295°71°98°
CMYK 0.060.710.00   0.02
XYZ54.453429.695594.1286
Yxy29.69550.30540.1666
Hunter Lab54.493683.0046-64.2681
CIE-Lab61.390681.6914-57.0923

#ec4afb color RGB value is (236,74,251).

#ec4afb hex color red value is 236, green value is 74 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ec4afb hue: 0.82 , saturation: 0.96 and the lightness value of ec4afb is 0.64.

The process color (four color CMYK) of #ec4afb color hex is 0.06, 0.71, 0.00, 0.02. Web safe color of #ec4afb is #ff33ff. Color #ec4afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01001010 11111011
Octal 354 112 373
Decimal 236 74 251
Hex EC 4A FB

RGB Percentages of Color #ec4afb

%42.07
%13.19
%44.74

CMYK Percentages of Color #ec4afb

%6
%71
%0
%2

Triadic Colors of #ec4afb

#ec4afb #fbec4a #4afbec

Analogous Colors of #ec4afb

#ec4afb #fb4ab2 #944afb

Monochromatic Colors of #ec4afb

#ec4afb

Complementary Color

#ec4afb #59fb4a

#ec4afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec4afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec4afb Color CSS Codes

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

#ec4afb Text Font Color

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

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


#ec4afb Background Color

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

This div background color is #ec4afb


#ec4afb Border Color

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

This div border color is #ec4afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec4afb

Related Colors


Comments

No comments written yet.

Please login to write comment.