Color Hex Logo

#ecb8ea Color Hex

#ECB8EA
(236,184,234)
0 Favorites   0 Comments

Color spaces of #ecb8ea

RGB 236184234
HSL0.840.580.82
HSV302°22°93°
CMYK 0.000.220.01   0.07
XYZ66.583858.054485.5382
Yxy58.05440.31680.2762
Hunter Lab76.193422.6488-13.2262
CIE-Lab80.769026.9573-17.6995

#ecb8ea color RGB value is (236,184,234).

#ecb8ea hex color red value is 236, green value is 184 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ecb8ea hue: 0.84 , saturation: 0.58 and the lightness value of ecb8ea is 0.82.

The process color (four color CMYK) of #ecb8ea color hex is 0.00, 0.22, 0.01, 0.07. Web safe color of #ecb8ea is #ffccff. Color #ecb8ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111000 11101010
Octal 354 270 352
Decimal 236 184 234
Hex EC B8 EA

RGB Percentages of Color #ecb8ea

%36.09
%28.13
%35.78

CMYK Percentages of Color #ecb8ea

%0
%22
%1
%7

Triadic Colors of #ecb8ea

#ecb8ea #eaecb8 #b8eaec

Analogous Colors of #ecb8ea

#ecb8ea #ecb8d0 #d4b8ec

Monochromatic Colors of #ecb8ea

#ecb8ea

Complementary Color

#ecb8ea #b8ecba

#ecb8ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb8ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb8ea Color CSS Codes

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

#ecb8ea Text Font Color

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

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


#ecb8ea Background Color

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

This div background color is #ecb8ea


#ecb8ea Border Color

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

This div border color is #ecb8ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb8ea


Comments

No comments written yet.

Please login to write comment.