Color Hex Logo

#ebb4ff Color Hex

#EBB4FF
(235,180,255)
0 Favorites   0 Comments

Color spaces of #ebb4ff

RGB 235180255
HSL0.791.000.85
HSV284°29°100°
CMYK 0.080.290.00   0.00
XYZ68.632257.5247102.0938
Yxy57.52470.30070.2520
Hunter Lab75.845028.7959-26.7178
CIE-Lab80.473832.7376-29.4194

#ebb4ff color RGB value is (235,180,255).

#ebb4ff hex color red value is 235, green value is 180 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ebb4ff hue: 0.79 , saturation: 1.00 and the lightness value of ebb4ff is 0.85.

The process color (four color CMYK) of #ebb4ff color hex is 0.08, 0.29, 0.00, 0.00. Web safe color of #ebb4ff is #ffccff. Color #ebb4ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110100 11111111
Octal 353 264 377
Decimal 235 180 255
Hex EB B4 FF

RGB Percentages of Color #ebb4ff

%35.07
%26.87
%38.06

CMYK Percentages of Color #ebb4ff

%8
%29
%0
%0

Triadic Colors of #ebb4ff

#ebb4ff #ffebb4 #b4ffeb

Analogous Colors of #ebb4ff

#ebb4ff #ffb4ee #c6b4ff

Monochromatic Colors of #ebb4ff

#ebb4ff

Complementary Color

#ebb4ff #c8ffb4

#ebb4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb4ff Color CSS Codes

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

#ebb4ff Text Font Color

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

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


#ebb4ff Background Color

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

This div background color is #ebb4ff


#ebb4ff Border Color

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

This div border color is #ebb4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb4ff

Related Colors


Comments

No comments written yet.

Please login to write comment.