Color Hex Logo

#ef1eeb Color Hex

#EF1EEB
(239,30,235)
0 Favorites   0 Comments

Color spaces of #ef1eeb

RGB 23930235
HSL0.840.870.53
HSV301°87°94°
CMYK 0.000.870.02   0.06
XYZ51.056325.277480.7853
Yxy25.27740.32500.1609
Hunter Lab50.276693.2840-60.0745
CIE-Lab57.344790.3089-54.6029

#ef1eeb color RGB value is (239,30,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00011110 11101011
Octal 357 36 353
Decimal 239 30 235
Hex EF 1E EB

RGB Percentages of Color #ef1eeb

%47.42
%5.95
%46.63

CMYK Percentages of Color #ef1eeb

%0
%87
%2
%6

Triadic Colors of #ef1eeb

#ef1eeb #ebef1e #1eebef

Analogous Colors of #ef1eeb

#ef1eeb #ef1e83 #8b1eef

Monochromatic Colors of #ef1eeb

#ef1eeb

Complementary Color

#ef1eeb #1eef22

#ef1eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef1eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef1eeb Color CSS Codes

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

#ef1eeb Text Font Color

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

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


#ef1eeb Background Color

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

This div background color is #ef1eeb


#ef1eeb Border Color

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

This div border color is #ef1eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef1eeb


Comments

No comments written yet.

Please login to write comment.