Color Hex Logo

#ecb0fb Color Hex

#ECB0FB
(236,176,251)
0 Favorites   0 Comments

Color spaces of #ecb0fb

RGB 236176251
HSL0.800.900.84
HSV288°30°98°
CMYK 0.060.300.00   0.02
XYZ67.530055.848698.4874
Yxy55.84860.30440.2517
Hunter Lab74.731930.5171-25.8245
CIE-Lab79.527634.4020-28.7182

#ecb0fb color RGB value is (236,176,251).

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

The process color (four color CMYK) of #ecb0fb color hex is 0.06, 0.30, 0.00, 0.02. Web safe color of #ecb0fb is #ff99ff. Color #ecb0fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110000 11111011
Octal 354 260 373
Decimal 236 176 251
Hex EC B0 FB

RGB Percentages of Color #ecb0fb

%35.60
%26.55
%37.86

CMYK Percentages of Color #ecb0fb

%6
%30
%0
%2

Triadic Colors of #ecb0fb

#ecb0fb #fbecb0 #b0fbec

Analogous Colors of #ecb0fb

#ecb0fb #fbb0e5 #c7b0fb

Monochromatic Colors of #ecb0fb

#ecb0fb

Complementary Color

#ecb0fb #bffbb0

#ecb0fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb0fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb0fb Color CSS Codes

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

#ecb0fb Text Font Color

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

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


#ecb0fb Background Color

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

This div background color is #ecb0fb


#ecb0fb Border Color

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

This div border color is #ecb0fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb0fb


Comments

No comments written yet.

Please login to write comment.