Color Hex Logo

#ec43ef Color Hex

#EC43EF
(236,67,239)
0 Favorites   0 Comments

Color spaces of #ec43ef

RGB 23667239
HSL0.830.840.60
HSV299°72°94°
CMYK 0.010.720.00   0.06
XYZ52.179228.079284.3310
Yxy28.07920.31700.1706
Hunter Lab52.989883.0372-57.2646
CIE-Lab59.960281.9933-52.7044

#ec43ef color RGB value is (236,67,239).

#ec43ef hex color red value is 236, green value is 67 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ec43ef hue: 0.83 , saturation: 0.84 and the lightness value of ec43ef is 0.60.

The process color (four color CMYK) of #ec43ef color hex is 0.01, 0.72, 0.00, 0.06. Web safe color of #ec43ef is #ff33ff. Color #ec43ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000011 11101111
Octal 354 103 357
Decimal 236 67 239
Hex EC 43 EF

RGB Percentages of Color #ec43ef

%43.54
%12.36
%44.10

CMYK Percentages of Color #ec43ef

%1
%72
%0
%6

Triadic Colors of #ec43ef

#ec43ef #efec43 #43efec

Analogous Colors of #ec43ef

#ec43ef #ef439c #9643ef

Monochromatic Colors of #ec43ef

#ec43ef

Complementary Color

#ec43ef #46ef43

#ec43ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec43ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec43ef Color CSS Codes

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

#ec43ef Text Font Color

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

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


#ec43ef Background Color

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

This div background color is #ec43ef


#ec43ef Border Color

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

This div border color is #ec43ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec43ef


Comments

No comments written yet.

Please login to write comment.