Color Hex Logo

#eb48ce Color Hex

#EB48CE
(235,72,206)
0 Favorites   0 Comments

Color spaces of #eb48ce

RGB 23572206
HSL0.860.800.60
HSV311°69°92°
CMYK 0.000.690.12   0.08
XYZ47.718926.753161.0413
Yxy26.75310.35210.1974
Hunter Lab51.723474.1643-33.7646
CIE-Lab58.745175.2163-36.0408

#eb48ce color RGB value is (235,72,206).

#eb48ce hex color red value is 235, green value is 72 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #eb48ce hue: 0.86 , saturation: 0.80 and the lightness value of eb48ce is 0.60.

The process color (four color CMYK) of #eb48ce color hex is 0.00, 0.69, 0.12, 0.08. Web safe color of #eb48ce is #ff33cc. Color #eb48ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001000 11001110
Octal 353 110 316
Decimal 235 72 206
Hex EB 48 CE

RGB Percentages of Color #eb48ce

%45.81
%14.04
%40.16

CMYK Percentages of Color #eb48ce

%0
%69
%12
%8

Triadic Colors of #eb48ce

#eb48ce #ceeb48 #48ceeb

Analogous Colors of #eb48ce

#eb48ce #eb487d #b748eb

Monochromatic Colors of #eb48ce

#eb48ce

Complementary Color

#eb48ce #48eb65

#eb48ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb48ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb48ce Color CSS Codes

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

#eb48ce Text Font Color

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

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


#eb48ce Background Color

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

This div background color is #eb48ce


#eb48ce Border Color

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

This div border color is #eb48ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb48ce


Comments

No comments written yet.

Please login to write comment.