Color Hex Logo

#ef1beb Color Hex

#EF1BEB
(239,27,235)
0 Favorites   0 Comments

Color spaces of #ef1beb

RGB 23927235
HSL0.840.870.52
HSV301°89°94°
CMYK 0.000.890.02   0.06
XYZ50.983925.132780.7612
Yxy25.13270.32500.1602
Hunter Lab50.132593.7995-60.4207
CIE-Lab57.204590.7211-54.8266

#ef1beb color RGB value is (239,27,235).

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

The process color (four color CMYK) of #ef1beb color hex is 0.00, 0.89, 0.02, 0.06. Web safe color of #ef1beb is #ff33ff. Color #ef1beb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00011011 11101011
Octal 357 33 353
Decimal 239 27 235
Hex EF 1B EB

RGB Percentages of Color #ef1beb

%47.70
%5.39
%46.91

CMYK Percentages of Color #ef1beb

%0
%89
%2
%6

Triadic Colors of #ef1beb

#ef1beb #ebef1b #1bebef

Analogous Colors of #ef1beb

#ef1beb #ef1b81 #891bef

Monochromatic Colors of #ef1beb

#ef1beb

Complementary Color

#ef1beb #1bef1f

#ef1beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef1beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef1beb Color CSS Codes

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

#ef1beb Text Font Color

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

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


#ef1beb Background Color

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

This div background color is #ef1beb


#ef1beb Border Color

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

This div border color is #ef1beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef1beb


Comments

No comments written yet.

Please login to write comment.