Color Hex Logo

#eb61cb Color Hex

#EB61CB
(235,97,203)
0 Favorites   0 Comments

Color spaces of #eb61cb

RGB 23597203
HSL0.870.780.65
HSV314°59°92°
CMYK 0.000.590.14   0.08
XYZ49.315130.523459.7923
Yxy30.52340.35320.2186
Hunter Lab55.248062.6475-25.4932
CIE-Lab62.103265.1240-29.1183

#eb61cb color RGB value is (235,97,203).

#eb61cb hex color red value is 235, green value is 97 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #eb61cb hue: 0.87 , saturation: 0.78 and the lightness value of eb61cb is 0.65.

The process color (four color CMYK) of #eb61cb color hex is 0.00, 0.59, 0.14, 0.08. Web safe color of #eb61cb is #ff66cc. Color #eb61cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100001 11001011
Octal 353 141 313
Decimal 235 97 203
Hex EB 61 CB

RGB Percentages of Color #eb61cb

%43.93
%18.13
%37.94

CMYK Percentages of Color #eb61cb

%0
%59
%14
%8

Triadic Colors of #eb61cb

#eb61cb #cbeb61 #61cbeb

Analogous Colors of #eb61cb

#eb61cb #eb6186 #c661eb

Monochromatic Colors of #eb61cb

#eb61cb

Complementary Color

#eb61cb #61eb81

#eb61cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb61cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb61cb Color CSS Codes

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

#eb61cb Text Font Color

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

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


#eb61cb Background Color

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

This div background color is #eb61cb


#eb61cb Border Color

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

This div border color is #eb61cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,97,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 #eb61cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb61cb


Comments

No comments written yet.

Please login to write comment.