Color Hex Logo

#ec71ee Color Hex

#EC71EE
(236,113,238)
0 Favorites   0 Comments

Color spaces of #ec71ee

RGB 236113238
HSL0.830.790.69
HSV299°53°93°
CMYK 0.010.530.00   0.07
XYZ55.929835.816284.8543
Yxy35.81620.31670.2028
Hunter Lab59.846662.0859-42.1724
CIE-Lab66.379263.9083-42.0163

#ec71ee color RGB value is (236,113,238).

#ec71ee hex color red value is 236, green value is 113 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ec71ee hue: 0.83 , saturation: 0.79 and the lightness value of ec71ee is 0.69.

The process color (four color CMYK) of #ec71ee color hex is 0.01, 0.53, 0.00, 0.07. Web safe color of #ec71ee is #ff66ff. Color #ec71ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110001 11101110
Octal 354 161 356
Decimal 236 113 238
Hex EC 71 EE

RGB Percentages of Color #ec71ee

%40.20
%19.25
%40.55

CMYK Percentages of Color #ec71ee

%1
%53
%0
%7

Triadic Colors of #ec71ee

#ec71ee #eeec71 #71eeec

Analogous Colors of #ec71ee

#ec71ee #ee71b2 #ae71ee

Monochromatic Colors of #ec71ee

#ec71ee

Complementary Color

#ec71ee #73ee71

#ec71ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec71ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec71ee Color CSS Codes

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

#ec71ee Text Font Color

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

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


#ec71ee Background Color

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

This div background color is #ec71ee


#ec71ee Border Color

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

This div border color is #ec71ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec71ee


Comments

No comments written yet.

Please login to write comment.