Color Hex Logo

#ef267d Color Hex

#EF267D
(239,38,125)
0 Favorites   0 Comments

Color spaces of #ef267d

RGB 23938125
HSL0.930.860.54
HSV334°84°94°
CMYK 0.000.840.48   0.06
XYZ39.991421.217621.3897
Yxy21.21760.48420.2569
Hunter Lab46.062674.36374.7118
CIE-Lab53.186876.44853.0237

#ef267d color RGB value is (239,38,125).

#ef267d hex color red value is 239, green value is 38 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ef267d hue: 0.93 , saturation: 0.86 and the lightness value of ef267d is 0.54.

The process color (four color CMYK) of #ef267d color hex is 0.00, 0.84, 0.48, 0.06. Web safe color of #ef267d is #ff3366. Color #ef267d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100110 01111101
Octal 357 46 175
Decimal 239 38 125
Hex EF 26 7D

RGB Percentages of Color #ef267d

%59.45
%9.45
%31.09

CMYK Percentages of Color #ef267d

%0
%84
%48
%6

Triadic Colors of #ef267d

#ef267d #7def26 #267def

Analogous Colors of #ef267d

#ef267d #ef3326 #ef26e2

Monochromatic Colors of #ef267d

#ef267d

Complementary Color

#ef267d #26ef98

#ef267d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef267d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef267d Color CSS Codes

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

#ef267d Text Font Color

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

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


#ef267d Background Color

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

This div background color is #ef267d


#ef267d Border Color

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

This div border color is #ef267d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,38,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 #ef267d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef267d


Comments

No comments written yet.

Please login to write comment.