Color Hex Logo

#eba2ca Color Hex

#EBA2CA
(235,162,202)
0 Favorites   0 Comments

Color spaces of #eba2ca

RGB 235162202
HSL0.910.650.78
HSV327°31°92°
CMYK 0.000.310.14   0.08
XYZ57.842047.767162.0485
Yxy47.76710.34500.2849
Hunter Lab69.113728.4394-4.8494
CIE-Lab74.677832.8603-9.4727

#eba2ca color RGB value is (235,162,202).

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

The process color (four color CMYK) of #eba2ca color hex is 0.00, 0.31, 0.14, 0.08. Web safe color of #eba2ca is #ff99cc. Color #eba2ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100010 11001010
Octal 353 242 312
Decimal 235 162 202
Hex EB A2 CA

RGB Percentages of Color #eba2ca

%39.23
%27.05
%33.72

CMYK Percentages of Color #eba2ca

%0
%31
%14
%8

Triadic Colors of #eba2ca

#eba2ca #caeba2 #a2caeb

Analogous Colors of #eba2ca

#eba2ca #eba2a6 #e8a2eb

Monochromatic Colors of #eba2ca

#eba2ca

Complementary Color

#eba2ca #a2ebc3

#eba2ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba2ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba2ca Color CSS Codes

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

#eba2ca Text Font Color

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

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


#eba2ca Background Color

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

This div background color is #eba2ca


#eba2ca Border Color

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

This div border color is #eba2ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba2ca


Comments

No comments written yet.

Please login to write comment.