Color Hex Logo

#eb61cc Color Hex

#EB61CC
(235,97,204)
0 Favorites   0 Comments

Color spaces of #eb61cc

RGB 23597204
HSL0.870.780.65
HSV313°59°92°
CMYK 0.000.590.13   0.08
XYZ49.434730.571260.4221
Yxy30.57120.35200.2177
Hunter Lab55.291262.8334-26.0881
CIE-Lab62.144065.2729-29.6211

#eb61cc color RGB value is (235,97,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100001 11001100
Octal 353 141 314
Decimal 235 97 204
Hex EB 61 CC

RGB Percentages of Color #eb61cc

%43.84
%18.10
%38.06

CMYK Percentages of Color #eb61cc

%0
%59
%13
%8

Triadic Colors of #eb61cc

#eb61cc #cceb61 #61cceb

Analogous Colors of #eb61cc

#eb61cc #eb6187 #c561eb

Monochromatic Colors of #eb61cc

#eb61cc

Complementary Color

#eb61cc #61eb80

#eb61cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb61cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb61cc Color CSS Codes

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

#eb61cc Text Font Color

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

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


#eb61cc Background Color

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

This div background color is #eb61cc


#eb61cc Border Color

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

This div border color is #eb61cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb61cc


Comments

No comments written yet.

Please login to write comment.