Color Hex Logo

#ec9bfe Color Hex

#EC9BFE
(236,155,254)
0 Favorites   0 Comments

Color spaces of #ec9bfe

RGB 236155254
HSL0.800.980.80
HSV289°39°100°
CMYK 0.070.390.00   0.00
XYZ64.202848.431399.7303
Yxy48.43130.30230.2281
Hunter Lab69.592642.8885-36.2512
CIE-Lab75.096246.0518-37.1689

#ec9bfe color RGB value is (236,155,254).

#ec9bfe hex color red value is 236, green value is 155 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ec9bfe hue: 0.80 , saturation: 0.98 and the lightness value of ec9bfe is 0.80.

The process color (four color CMYK) of #ec9bfe color hex is 0.07, 0.39, 0.00, 0.00. Web safe color of #ec9bfe is #ff99ff. Color #ec9bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011011 11111110
Octal 354 233 376
Decimal 236 155 254
Hex EC 9B FE

RGB Percentages of Color #ec9bfe

%36.59
%24.03
%39.38

CMYK Percentages of Color #ec9bfe

%7
%39
%0
%0

Triadic Colors of #ec9bfe

#ec9bfe #feec9b #9bfeec

Analogous Colors of #ec9bfe

#ec9bfe #fe9bdf #bb9bfe

Monochromatic Colors of #ec9bfe

#ec9bfe

Complementary Color

#ec9bfe #adfe9b

#ec9bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9bfe Color CSS Codes

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

#ec9bfe Text Font Color

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

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


#ec9bfe Background Color

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

This div background color is #ec9bfe


#ec9bfe Border Color

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

This div border color is #ec9bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.