Color Hex Logo

#ec27da Color Hex

#EC27DA
(236,39,218)
0 Favorites   0 Comments

Color spaces of #ec27da

RGB 23639218
HSL0.850.840.54
HSV305°83°93°
CMYK 0.000.830.08   0.07
XYZ47.972524.345968.5005
Yxy24.34590.34070.1729
Hunter Lab49.341687.1995-47.7727
CIE-Lab56.432585.8873-46.4890

#ec27da color RGB value is (236,39,218).

#ec27da hex color red value is 236, green value is 39 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ec27da hue: 0.85 , saturation: 0.84 and the lightness value of ec27da is 0.54.

The process color (four color CMYK) of #ec27da color hex is 0.00, 0.83, 0.08, 0.07. Web safe color of #ec27da is #ff33cc. Color #ec27da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100111 11011010
Octal 354 47 332
Decimal 236 39 218
Hex EC 27 DA

RGB Percentages of Color #ec27da

%47.87
%7.91
%44.22

CMYK Percentages of Color #ec27da

%0
%83
%8
%7

Triadic Colors of #ec27da

#ec27da #daec27 #27daec

Analogous Colors of #ec27da

#ec27da #ec2778 #9c27ec

Monochromatic Colors of #ec27da

#ec27da

Complementary Color

#ec27da #27ec39

#ec27da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec27da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec27da Color CSS Codes

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

#ec27da Text Font Color

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

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


#ec27da Background Color

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

This div background color is #ec27da


#ec27da Border Color

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

This div border color is #ec27da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec27da


Comments

No comments written yet.

Please login to write comment.