Color Hex Logo

#ef30ab Color Hex

#EF30AB
(239,48,171)
0 Favorites   0 Comments

Color spaces of #ef30ab

RGB 23948171
HSL0.890.860.56
HSV321°80°94°
CMYK 0.000.800.28   0.06
XYZ44.004223.404940.7264
Yxy23.40490.40690.2164
Hunter Lab48.378677.6974-16.0469
CIE-Lab55.487078.6684-20.8481

#ef30ab color RGB value is (239,48,171).

#ef30ab hex color red value is 239, green value is 48 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ef30ab hue: 0.89 , saturation: 0.86 and the lightness value of ef30ab is 0.56.

The process color (four color CMYK) of #ef30ab color hex is 0.00, 0.80, 0.28, 0.06. Web safe color of #ef30ab is #ff3399. Color #ef30ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110000 10101011
Octal 357 60 253
Decimal 239 48 171
Hex EF 30 AB

RGB Percentages of Color #ef30ab

%52.18
%10.48
%37.34

CMYK Percentages of Color #ef30ab

%0
%80
%28
%6

Triadic Colors of #ef30ab

#ef30ab #abef30 #30abef

Analogous Colors of #ef30ab

#ef30ab #ef304b #d430ef

Monochromatic Colors of #ef30ab

#ef30ab

Complementary Color

#ef30ab #30ef74

#ef30ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef30ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef30ab Color CSS Codes

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

#ef30ab Text Font Color

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

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


#ef30ab Background Color

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

This div background color is #ef30ab


#ef30ab Border Color

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

This div border color is #ef30ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef30ab


Comments

No comments written yet.

Please login to write comment.