Color Hex Logo

#ec5bff Color Hex

#EC5BFF
(236,91,255)
0 Favorites   0 Comments

Color spaces of #ec5bff

RGB 23691255
HSL0.811.000.68
HSV293°64°100°
CMYK 0.070.640.00   0.00
XYZ56.383232.535097.9159
Yxy32.53500.30180.1741
Hunter Lab57.039576.6272-61.8516
CIE-Lab63.782676.2298-55.4899

#ec5bff color RGB value is (236,91,255).

#ec5bff hex color red value is 236, green value is 91 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ec5bff hue: 0.81 , saturation: 1.00 and the lightness value of ec5bff is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01011011 11111111
Octal 354 133 377
Decimal 236 91 255
Hex EC 5B FF

RGB Percentages of Color #ec5bff

%40.55
%15.64
%43.81

CMYK Percentages of Color #ec5bff

%7
%64
%0
%0

Triadic Colors of #ec5bff

#ec5bff #ffec5b #5bffec

Analogous Colors of #ec5bff

#ec5bff #ff5bc0 #9a5bff

Monochromatic Colors of #ec5bff

#ec5bff

Complementary Color

#ec5bff #6eff5b

#ec5bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec5bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec5bff Color CSS Codes

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

#ec5bff Text Font Color

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

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


#ec5bff Background Color

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

This div background color is #ec5bff


#ec5bff Border Color

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

This div border color is #ec5bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec5bff


Comments

No comments written yet.

Please login to write comment.