Color Hex Logo

#ebc0f0 Color Hex

#EBC0F0
(235,192,240)
0 Favorites   0 Comments

Color spaces of #ebc0f0

RGB 235192240
HSL0.820.620.85
HSV294°20°94°
CMYK 0.020.200.00   0.06
XYZ68.838861.652790.7100
Yxy61.65270.31120.2787
Hunter Lab78.519219.0845-13.5318
CIE-Lab82.728423.4693-17.9680

#ebc0f0 color RGB value is (235,192,240).

#ebc0f0 hex color red value is 235, green value is 192 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #ebc0f0 hue: 0.82 , saturation: 0.62 and the lightness value of ebc0f0 is 0.85.

The process color (four color CMYK) of #ebc0f0 color hex is 0.02, 0.20, 0.00, 0.06. Web safe color of #ebc0f0 is #ffccff. Color #ebc0f0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000000 11110000
Octal 353 300 360
Decimal 235 192 240
Hex EB C0 F0

RGB Percentages of Color #ebc0f0

%35.23
%28.79
%35.98

CMYK Percentages of Color #ebc0f0

%2
%20
%0
%6

Triadic Colors of #ebc0f0

#ebc0f0 #f0ebc0 #c0f0eb

Analogous Colors of #ebc0f0

#ebc0f0 #f0c0dd #d3c0f0

Monochromatic Colors of #ebc0f0

#ebc0f0

Complementary Color

#ebc0f0 #c5f0c0

#ebc0f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc0f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc0f0 Color CSS Codes

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

#ebc0f0 Text Font Color

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

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


#ebc0f0 Background Color

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

This div background color is #ebc0f0


#ebc0f0 Border Color

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

This div border color is #ebc0f0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc0f0


Comments

No comments written yet.

Please login to write comment.