Color Hex Logo

#eb48ca Color Hex

#EB48CA
(235,72,202)
0 Favorites   0 Comments

Color spaces of #eb48ca

RGB 23572202
HSL0.870.800.60
HSV312°69°92°
CMYK 0.000.690.14   0.08
XYZ47.239026.561258.5142
Yxy26.56120.35700.2007
Hunter Lab51.537673.4212-31.2398
CIE-Lab58.565974.6518-34.0417

#eb48ca color RGB value is (235,72,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001000 11001010
Octal 353 110 312
Decimal 235 72 202
Hex EB 48 CA

RGB Percentages of Color #eb48ca

%46.17
%14.15
%39.69

CMYK Percentages of Color #eb48ca

%0
%69
%14
%8

Triadic Colors of #eb48ca

#eb48ca #caeb48 #48caeb

Analogous Colors of #eb48ca

#eb48ca #eb4879 #bb48eb

Monochromatic Colors of #eb48ca

#eb48ca

Complementary Color

#eb48ca #48eb69

#eb48ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb48ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb48ca Color CSS Codes

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

#eb48ca Text Font Color

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

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


#eb48ca Background Color

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

This div background color is #eb48ca


#eb48ca Border Color

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

This div border color is #eb48ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb48ca


Comments

No comments written yet.

Please login to write comment.