Color Hex Logo

#ef30ad Color Hex

#EF30AD
(239,48,173)
0 Favorites   0 Comments

Color spaces of #ef30ad

RGB 23948173
HSL0.890.860.56
HSV321°80°94°
CMYK 0.000.800.28   0.06
XYZ44.196423.481841.7382
Yxy23.48180.40390.2146
Hunter Lab48.458078.0003-17.1475
CIE-Lab55.565278.8936-21.8969

#ef30ad color RGB value is (239,48,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110000 10101101
Octal 357 60 255
Decimal 239 48 173
Hex EF 30 AD

RGB Percentages of Color #ef30ad

%51.96
%10.43
%37.61

CMYK Percentages of Color #ef30ad

%0
%80
%28
%6

Triadic Colors of #ef30ad

#ef30ad #adef30 #30adef

Analogous Colors of #ef30ad

#ef30ad #ef304d #d230ef

Monochromatic Colors of #ef30ad

#ef30ad

Complementary Color

#ef30ad #30ef72

#ef30ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef30ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef30ad Color CSS Codes

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

#ef30ad Text Font Color

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

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


#ef30ad Background Color

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

This div background color is #ef30ad


#ef30ad Border Color

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

This div border color is #ef30ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef30ad


Comments

No comments written yet.

Please login to write comment.