Color Hex Logo

#ef42ba Color Hex

#EF42BA
(239,66,186)
0 Favorites   0 Comments

Color spaces of #ef42ba

RGB 23966186
HSL0.880.840.60
HSV318°72°94°
CMYK 0.000.720.22   0.06
XYZ46.407725.792348.9868
Yxy25.79230.38290.2128
Hunter Lab50.786174.2353-21.6391
CIE-Lab57.839475.4466-25.9416

#ef42ba color RGB value is (239,66,186).

#ef42ba hex color red value is 239, green value is 66 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ef42ba hue: 0.88 , saturation: 0.84 and the lightness value of ef42ba is 0.60.

The process color (four color CMYK) of #ef42ba color hex is 0.00, 0.72, 0.22, 0.06. Web safe color of #ef42ba is #ff33cc. Color #ef42ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000010 10111010
Octal 357 102 272
Decimal 239 66 186
Hex EF 42 BA

RGB Percentages of Color #ef42ba

%48.68
%13.44
%37.88

CMYK Percentages of Color #ef42ba

%0
%72
%22
%6

Triadic Colors of #ef42ba

#ef42ba #baef42 #42baef

Analogous Colors of #ef42ba

#ef42ba #ef4263 #ce42ef

Monochromatic Colors of #ef42ba

#ef42ba

Complementary Color

#ef42ba #42ef77

#ef42ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef42ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef42ba Color CSS Codes

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

#ef42ba Text Font Color

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

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


#ef42ba Background Color

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

This div background color is #ef42ba


#ef42ba Border Color

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

This div border color is #ef42ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef42ba


Comments

No comments written yet.

Please login to write comment.