color codes Logo

#ef067d color codes

#EF067D
(239,6,125)
0 Favorites   0 Comments

Color spaces of #ef067d

RGB 2396125
HSL0.910.950.48
HSV329°97°94°
CMYK 0.000.970.48   0.06
XYZ39.363419.961621.1803
Yxy19.96160.48900.2480
Hunter Lab44.678479.07823.1678
CIE-Lab51.793880.48151.0026

#ef067d color RGB value is (239,6,125).

#ef067d hex color red value is 239, green value is 6 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ef067d hue: 0.91 , saturation: 0.95 and the lightness value of ef067d is 0.48.

The process color (four color CMYK) of #ef067d color code is 0.00, 0.97, 0.48, 0.06. Web safe color of #ef067d is #ff0066. Color #ef067d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000110 01111101
Octal 357 6 175
Decimal 239 6 125
Hex EF 6 7D

RGB Percentages of Color #ef067d

%64.59
%1.62
%33.78

CMYK Percentages of Color #ef067d

%0
%97
%48
%6

Triadic Colors of #ef067d

#ef067d #7def06 #067def

Analogous Colors of #ef067d

#ef067d #ef0608 #ed06ef

Monochromatic Colors of #ef067d

#ef067d

Complementary Color

#ef067d #06ef78

#ef067d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef067d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef067d Color CSS Codes

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

#ef067d Text Font Color

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

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


#ef067d Background Color

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

This div background color is #ef067d


#ef067d Border Color

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

This div border color is #ef067d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef067d


Comments

No comments written yet.

Please login to write comment.