Color Hex Logo

#eb267b Color Hex

#EB267B
(235,38,123)
0 Favorites   0 Comments

Color spaces of #eb267b

RGB 23538123
HSL0.930.830.54
HSV334°84°92°
CMYK 0.000.840.48   0.08
XYZ38.529220.478520.6609
Yxy20.47850.48360.2570
Hunter Lab45.253272.78444.6076
CIE-Lab52.374075.32912.9580

#eb267b color RGB value is (235,38,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100110 01111011
Octal 353 46 173
Decimal 235 38 123
Hex EB 26 7B

RGB Percentages of Color #eb267b

%59.34
%9.60
%31.06

CMYK Percentages of Color #eb267b

%0
%84
%48
%8

Triadic Colors of #eb267b

#eb267b #7beb26 #267beb

Analogous Colors of #eb267b

#eb267b #eb3426 #eb26de

Monochromatic Colors of #eb267b

#eb267b

Complementary Color

#eb267b #26eb96

#eb267b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb267b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb267b Color CSS Codes

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

#eb267b Text Font Color

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

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


#eb267b Background Color

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

This div background color is #eb267b


#eb267b Border Color

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

This div border color is #eb267b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb267b


Comments

No comments written yet.

Please login to write comment.