Color Hex Logo

#eb0cca Color Hex

#EB0CCA
(235,12,202)
0 Favorites   0 Comments

Color spaces of #eb0cca

RGB 23512202
HSL0.860.900.48
HSV309°95°92°
CMYK 0.000.950.14   0.08
XYZ45.053122.189457.7855
Yxy22.18940.36030.1775
Hunter Lab47.105688.2874-39.7584
CIE-Lab54.227487.1468-40.8442

#eb0cca color RGB value is (235,12,202).

#eb0cca hex color red value is 235, green value is 12 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #eb0cca hue: 0.86 , saturation: 0.90 and the lightness value of eb0cca is 0.48.

The process color (four color CMYK) of #eb0cca color hex is 0.00, 0.95, 0.14, 0.08. Web safe color of #eb0cca is #ff00cc. Color #eb0cca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00001100 11001010
Octal 353 14 312
Decimal 235 12 202
Hex EB C CA

RGB Percentages of Color #eb0cca

%52.34
%2.67
%44.99

CMYK Percentages of Color #eb0cca

%0
%95
%14
%8

Triadic Colors of #eb0cca

#eb0cca #caeb0c #0ccaeb

Analogous Colors of #eb0cca

#eb0cca #eb0c5b #9d0ceb

Monochromatic Colors of #eb0cca

#eb0cca

Complementary Color

#eb0cca #0ceb2d

#eb0cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb0cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb0cca Color CSS Codes

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

#eb0cca Text Font Color

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

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


#eb0cca Background Color

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

This div background color is #eb0cca


#eb0cca Border Color

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

This div border color is #eb0cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb0cca


Comments

No comments written yet.

Please login to write comment.