Color Hex Logo

#ecb7fa Color Hex

#ECB7FA
(236,183,250)
0 Favorites   0 Comments

Color spaces of #ecb7fa

RGB 236183250
HSL0.800.870.85
HSV287°27°98°
CMYK 0.060.270.00   0.02
XYZ68.780958.602098.1286
Yxy58.60200.30500.2599
Hunter Lab76.551926.4140-22.4149
CIE-Lab81.072330.4815-25.8197

#ecb7fa color RGB value is (236,183,250).

#ecb7fa hex color red value is 236, green value is 183 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ecb7fa hue: 0.80 , saturation: 0.87 and the lightness value of ecb7fa is 0.85.

The process color (four color CMYK) of #ecb7fa color hex is 0.06, 0.27, 0.00, 0.02. Web safe color of #ecb7fa is #ffccff. Color #ecb7fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110111 11111010
Octal 354 267 372
Decimal 236 183 250
Hex EC B7 FA

RGB Percentages of Color #ecb7fa

%35.28
%27.35
%37.37

CMYK Percentages of Color #ecb7fa

%6
%27
%0
%2

Triadic Colors of #ecb7fa

#ecb7fa #faecb7 #b7faec

Analogous Colors of #ecb7fa

#ecb7fa #fab7e7 #cbb7fa

Monochromatic Colors of #ecb7fa

#ecb7fa

Complementary Color

#ecb7fa #c5fab7

#ecb7fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb7fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb7fa Color CSS Codes

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

#ecb7fa Text Font Color

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

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


#ecb7fa Background Color

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

This div background color is #ecb7fa


#ecb7fa Border Color

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

This div border color is #ecb7fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb7fa


Comments

No comments written yet.

Please login to write comment.