Color Hex Logo

#eb23cb Color Hex

#EB23CB
(235,35,203)
0 Favorites   0 Comments

Color spaces of #eb23cb

RGB 23535203
HSL0.860.830.53
HSV310°85°92°
CMYK 0.000.850.14   0.08
XYZ45.641523.176058.5678
Yxy23.17600.35830.1819
Hunter Lab48.141584.9830-38.4318
CIE-Lab55.253284.4152-39.8030

#eb23cb color RGB value is (235,35,203).

#eb23cb hex color red value is 235, green value is 35 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #eb23cb hue: 0.86 , saturation: 0.83 and the lightness value of eb23cb is 0.53.

The process color (four color CMYK) of #eb23cb color hex is 0.00, 0.85, 0.14, 0.08. Web safe color of #eb23cb is #ff33cc. Color #eb23cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100011 11001011
Octal 353 43 313
Decimal 235 35 203
Hex EB 23 CB

RGB Percentages of Color #eb23cb

%49.68
%7.40
%42.92

CMYK Percentages of Color #eb23cb

%0
%85
%14
%8

Triadic Colors of #eb23cb

#eb23cb #cbeb23 #23cbeb

Analogous Colors of #eb23cb

#eb23cb #eb2367 #a723eb

Monochromatic Colors of #eb23cb

#eb23cb

Complementary Color

#eb23cb #23eb43

#eb23cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb23cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb23cb Color CSS Codes

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

#eb23cb Text Font Color

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

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


#eb23cb Background Color

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

This div background color is #eb23cb


#eb23cb Border Color

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

This div border color is #eb23cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb23cb


Comments

No comments written yet.

Please login to write comment.