Color Hex Logo

#ec7bea Color Hex

#EC7BEA
(236,123,234)
0 Favorites   0 Comments

Color spaces of #ec7bea

RGB 236123234
HSL0.840.750.70
HSV301°48°93°
CMYK 0.000.480.01   0.07
XYZ56.526337.939382.1857
Yxy37.93930.32000.2148
Hunter Lab61.594956.0203-35.9939
CIE-Lab67.975958.5106-37.3135

#ec7bea color RGB value is (236,123,234).

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

The process color (four color CMYK) of #ec7bea color hex is 0.00, 0.48, 0.01, 0.07. Web safe color of #ec7bea is #ff66ff. Color #ec7bea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01111011 11101010
Octal 354 173 352
Decimal 236 123 234
Hex EC 7B EA

RGB Percentages of Color #ec7bea

%39.80
%20.74
%39.46

CMYK Percentages of Color #ec7bea

%0
%48
%1
%7

Triadic Colors of #ec7bea

#ec7bea #eaec7b #7beaec

Analogous Colors of #ec7bea

#ec7bea #ec7bb2 #b67bec

Monochromatic Colors of #ec7bea

#ec7bea

Complementary Color

#ec7bea #7bec7d

#ec7bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec7bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec7bea Color CSS Codes

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

#ec7bea Text Font Color

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

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


#ec7bea Background Color

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

This div background color is #ec7bea


#ec7bea Border Color

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

This div border color is #ec7bea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,123,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 #ec7bea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec7bea


Comments

No comments written yet.

Please login to write comment.