Color Hex Logo

#ef3aeb Color Hex

#EF3AEB
(239,58,235)
0 Favorites   0 Comments

Color spaces of #ef3aeb

RGB 23958235
HSL0.840.850.58
HSV301°76°94°
CMYK 0.000.760.02   0.06
XYZ52.105127.375081.1349
Yxy27.37500.32440.1704
Hunter Lab52.321186.2010-55.3168
CIE-Lab59.319884.5597-51.4583

#ef3aeb color RGB value is (239,58,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00111010 11101011
Octal 357 72 353
Decimal 239 58 235
Hex EF 3A EB

RGB Percentages of Color #ef3aeb

%44.92
%10.90
%44.17

CMYK Percentages of Color #ef3aeb

%0
%76
%2
%6

Triadic Colors of #ef3aeb

#ef3aeb #ebef3a #3aebef

Analogous Colors of #ef3aeb

#ef3aeb #ef3a91 #993aef

Monochromatic Colors of #ef3aeb

#ef3aeb

Complementary Color

#ef3aeb #3aef3e

#ef3aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef3aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef3aeb Color CSS Codes

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

#ef3aeb Text Font Color

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

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


#ef3aeb Background Color

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

This div background color is #ef3aeb


#ef3aeb Border Color

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

This div border color is #ef3aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef3aeb


Comments

No comments written yet.

Please login to write comment.