Color Hex Logo

#ef1bae Color Hex

#EF1BAE
(239,27,174)
0 Favorites   0 Comments

Color spaces of #ef1bae

RGB 23927174
HSL0.880.870.52
HSV318°89°94°
CMYK 0.000.890.27   0.06
XYZ43.628522.190642.0281
Yxy22.19060.40450.2058
Hunter Lab47.106982.8824-19.9229
CIE-Lab54.228782.9882-24.5369

#ef1bae color RGB value is (239,27,174).

#ef1bae hex color red value is 239, green value is 27 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ef1bae hue: 0.88 , saturation: 0.87 and the lightness value of ef1bae is 0.52.

The process color (four color CMYK) of #ef1bae color hex is 0.00, 0.89, 0.27, 0.06. Web safe color of #ef1bae is #ff3399. Color #ef1bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00011011 10101110
Octal 357 33 256
Decimal 239 27 174
Hex EF 1B AE

RGB Percentages of Color #ef1bae

%54.32
%6.14
%39.55

CMYK Percentages of Color #ef1bae

%0
%89
%27
%6

Triadic Colors of #ef1bae

#ef1bae #aeef1b #1baeef

Analogous Colors of #ef1bae

#ef1bae #ef1b44 #c61bef

Monochromatic Colors of #ef1bae

#ef1bae

Complementary Color

#ef1bae #1bef5c

#ef1bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef1bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef1bae Color CSS Codes

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

#ef1bae Text Font Color

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

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


#ef1bae Background Color

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

This div background color is #ef1bae


#ef1bae Border Color

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

This div border color is #ef1bae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,27,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ef1bae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ef1bae;
  -webkit-box-shadow: 1px 1px 3px 2px #ef1bae;
  box-shadow:         1px 1px 3px 2px #ef1bae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,27,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef1bae


Comments

No comments written yet.

Please login to write comment.