Color Hex Logo

#ec38af Color Hex

#EC38AF
(236,56,175)
0 Favorites   0 Comments

Color spaces of #ec38af

RGB 23656175
HSL0.890.830.57
HSV320°76°93°
CMYK 0.000.760.26   0.07
XYZ43.744123.756442.8373
Yxy23.75640.39650.2153
Hunter Lab48.740574.9059-17.9907
CIE-Lab55.843176.3699-22.6820

#ec38af color RGB value is (236,56,175).

#ec38af hex color red value is 236, green value is 56 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ec38af hue: 0.89 , saturation: 0.83 and the lightness value of ec38af is 0.57.

The process color (four color CMYK) of #ec38af color hex is 0.00, 0.76, 0.26, 0.07. Web safe color of #ec38af is #ff3399. Color #ec38af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00111000 10101111
Octal 354 70 257
Decimal 236 56 175
Hex EC 38 AF

RGB Percentages of Color #ec38af

%50.54
%11.99
%37.47

CMYK Percentages of Color #ec38af

%0
%76
%26
%7

Triadic Colors of #ec38af

#ec38af #afec38 #38afec

Analogous Colors of #ec38af

#ec38af #ec3855 #cf38ec

Monochromatic Colors of #ec38af

#ec38af

Complementary Color

#ec38af #38ec75

#ec38af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec38af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec38af Color CSS Codes

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

#ec38af Text Font Color

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

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


#ec38af Background Color

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

This div background color is #ec38af


#ec38af Border Color

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

This div border color is #ec38af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec38af


Comments

No comments written yet.

Please login to write comment.