color codes Logo

#eb203c color codes

#EB203C
(235,32,60)
0 Favorites   0 Comments

Color spaces of #eb203c

RGB 2353260
HSL0.980.840.52
HSV352°86°92°
CMYK 0.000.860.74   0.08
XYZ35.593119.02146.0705
Yxy19.02140.58650.3134
Hunter Lab43.613569.350622.2770
CIE-Lab50.712272.842638.6167

#eb203c color RGB value is (235,32,60).

#eb203c hex color red value is 235, green value is 32 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #eb203c hue: 0.98 , saturation: 0.84 and the lightness value of eb203c is 0.52.

The process color (four color CMYK) of #eb203c color code is 0.00, 0.86, 0.74, 0.08. Web safe color of #eb203c is #ff3333. Color #eb203c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100000 00111100
Octal 353 40 74
Decimal 235 32 60
Hex EB 20 3C

RGB Percentages of Color #eb203c

%71.87
%9.79
%18.35

CMYK Percentages of Color #eb203c

%0
%86
%74
%8

Triadic Colors of #eb203c

#eb203c #3ceb20 #203ceb

Analogous Colors of #eb203c

#eb203c #eb6a20 #eb20a2

Monochromatic Colors of #eb203c

#eb203c

Complementary Color

#eb203c #20ebcf

#eb203c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb203c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb203c Color CSS Codes

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

#eb203c Text Font Color

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

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


#eb203c Background Color

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

This div background color is #eb203c


#eb203c Border Color

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

This div border color is #eb203c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb203c

#eb203c Color Palettes


Comments

No comments written yet.

Please login to write comment.