Color Hex Logo

#eb265d Color Hex

#EB265D
(235,38,93)
0 Favorites   0 Comments

Color spaces of #eb265d

RGB 2353893
HSL0.950.830.54
HSV343°84°92°
CMYK 0.000.840.60   0.08
XYZ36.929819.838712.2388
Yxy19.83870.53520.2875
Hunter Lab44.540770.052814.8869
CIE-Lab51.654473.238020.1242

#eb265d color RGB value is (235,38,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100110 01011101
Octal 353 46 135
Decimal 235 38 93
Hex EB 26 5D

RGB Percentages of Color #eb265d

%64.21
%10.38
%25.41

CMYK Percentages of Color #eb265d

%0
%84
%60
%8

Triadic Colors of #eb265d

#eb265d #5deb26 #265deb

Analogous Colors of #eb265d

#eb265d #eb5226 #eb26c0

Monochromatic Colors of #eb265d

#eb265d

Complementary Color

#eb265d #26ebb4

#eb265d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb265d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb265d Color CSS Codes

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

#eb265d Text Font Color

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

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


#eb265d Background Color

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

This div background color is #eb265d


#eb265d Border Color

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

This div border color is #eb265d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb265d


Comments

No comments written yet.

Please login to write comment.