Color Hex Logo

#eb267f Color Hex

#EB267F
(235,38,127)
0 Favorites   0 Comments

Color spaces of #eb267f

RGB 23538127
HSL0.920.830.54
HSV333°84°92°
CMYK 0.000.840.46   0.08
XYZ38.784820.580722.0070
Yxy20.58070.47660.2529
Hunter Lab45.366073.21492.9946
CIE-Lab52.487575.65610.7102

#eb267f color RGB value is (235,38,127).

#eb267f hex color red value is 235, green value is 38 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #eb267f hue: 0.92 , saturation: 0.83 and the lightness value of eb267f is 0.54.

The process color (four color CMYK) of #eb267f color hex is 0.00, 0.84, 0.46, 0.08. Web safe color of #eb267f is #ff3366. Color #eb267f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100110 01111111
Octal 353 46 177
Decimal 235 38 127
Hex EB 26 7F

RGB Percentages of Color #eb267f

%58.75
%9.50
%31.75

CMYK Percentages of Color #eb267f

%0
%84
%46
%8

Triadic Colors of #eb267f

#eb267f #7feb26 #267feb

Analogous Colors of #eb267f

#eb267f #eb2f26 #eb26e2

Monochromatic Colors of #eb267f

#eb267f

Complementary Color

#eb267f #26eb92

#eb267f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb267f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb267f Color CSS Codes

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

#eb267f Text Font Color

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

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


#eb267f Background Color

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

This div background color is #eb267f


#eb267f Border Color

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

This div border color is #eb267f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,38,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb267f


Comments

No comments written yet.

Please login to write comment.