Color Hex Logo

#ef42cb Color Hex

#EF42CB
(239,66,203)
0 Favorites   0 Comments

Color spaces of #ef42cb

RGB 23966203
HSL0.870.840.60
HSV312°72°94°
CMYK 0.000.720.15   0.06
XYZ48.324326.558959.0793
Yxy26.55890.36070.1983
Hunter Lab51.535377.1913-31.8944
CIE-Lab58.563877.6712-34.5672

#ef42cb color RGB value is (239,66,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000010 11001011
Octal 357 102 313
Decimal 239 66 203
Hex EF 42 CB

RGB Percentages of Color #ef42cb

%47.05
%12.99
%39.96

CMYK Percentages of Color #ef42cb

%0
%72
%15
%6

Triadic Colors of #ef42cb

#ef42cb #cbef42 #42cbef

Analogous Colors of #ef42cb

#ef42cb #ef4275 #bd42ef

Monochromatic Colors of #ef42cb

#ef42cb

Complementary Color

#ef42cb #42ef66

#ef42cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef42cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef42cb Color CSS Codes

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

#ef42cb Text Font Color

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

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


#ef42cb Background Color

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

This div background color is #ef42cb


#ef42cb Border Color

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

This div border color is #ef42cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef42cb


Comments

No comments written yet.

Please login to write comment.