Color Hex Logo

#ec54b1 Color Hex

#EC54B1
(236,84,177)
0 Favorites   0 Comments

Color spaces of #ec54b1

RGB 23684177
HSL0.900.800.63
HSV323°64°93°
CMYK 0.000.640.25   0.07
XYZ45.698227.347844.4651
Yxy27.34780.38890.2327
Hunter Lab52.295164.4661-13.8061
CIE-Lab59.294967.1561-18.5639

#ec54b1 color RGB value is (236,84,177).

#ec54b1 hex color red value is 236, green value is 84 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #ec54b1 hue: 0.90 , saturation: 0.80 and the lightness value of ec54b1 is 0.63.

The process color (four color CMYK) of #ec54b1 color hex is 0.00, 0.64, 0.25, 0.07. Web safe color of #ec54b1 is #ff6699. Color #ec54b1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010100 10110001
Octal 354 124 261
Decimal 236 84 177
Hex EC 54 B1

RGB Percentages of Color #ec54b1

%47.48
%16.90
%35.61

CMYK Percentages of Color #ec54b1

%0
%64
%25
%7

Triadic Colors of #ec54b1

#ec54b1 #b1ec54 #54b1ec

Analogous Colors of #ec54b1

#ec54b1 #ec5465 #db54ec

Monochromatic Colors of #ec54b1

#ec54b1

Complementary Color

#ec54b1 #54ec8f

#ec54b1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec54b1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec54b1 Color CSS Codes

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

#ec54b1 Text Font Color

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

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


#ec54b1 Background Color

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

This div background color is #ec54b1


#ec54b1 Border Color

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

This div border color is #ec54b1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec54b1


Comments

No comments written yet.

Please login to write comment.