color codes Logo

#eb1cee color codes

#EB1CEE
(235,28,238)
0 Favorites   0 Comments

Color spaces of #eb1cee

RGB 23528238
HSL0.830.860.52
HSV299°88°93°
CMYK 0.010.880.00   0.07
XYZ50.108824.665783.0089
Yxy24.66570.31760.1563
Hunter Lab49.664693.1836-64.3315
CIE-Lab56.748290.3499-57.2775

#eb1cee color RGB value is (235,28,238).

#eb1cee hex color red value is 235, green value is 28 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #eb1cee hue: 0.83 , saturation: 0.86 and the lightness value of eb1cee is 0.52.

The process color (four color CMYK) of #eb1cee color code is 0.01, 0.88, 0.00, 0.07. Web safe color of #eb1cee is #ff33ff. Color #eb1cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011100 11101110
Octal 353 34 356
Decimal 235 28 238
Hex EB 1C EE

RGB Percentages of Color #eb1cee

%46.91
%5.59
%47.50

CMYK Percentages of Color #eb1cee

%1
%88
%0
%7

Triadic Colors of #eb1cee

#eb1cee #eeeb1c #1ceeeb

Analogous Colors of #eb1cee

#eb1cee #ee1c88 #821cee

Monochromatic Colors of #eb1cee

#eb1cee

Complementary Color

#eb1cee #1fee1c

#eb1cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1cee Color CSS Codes

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

#eb1cee Text Font Color

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

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


#eb1cee Background Color

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

This div background color is #eb1cee


#eb1cee Border Color

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

This div border color is #eb1cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1cee


Comments

No comments written yet.

Please login to write comment.