Color Hex Logo

#eb3fee Color Hex

#EB3FEE
(235,63,238)
0 Favorites   0 Comments

Color spaces of #eb3fee

RGB 23563238
HSL0.830.840.59
HSV299°74°93°
CMYK 0.010.740.00   0.07
XYZ51.471127.390283.4629
Yxy27.39020.31710.1687
Hunter Lab52.335683.9639-57.9185
CIE-Lab59.333882.8331-53.1521

#eb3fee color RGB value is (235,63,238).

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

The process color (four color CMYK) of #eb3fee color hex is 0.01, 0.74, 0.00, 0.07. Web safe color of #eb3fee is #ff33ff. Color #eb3fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111111 11101110
Octal 353 77 356
Decimal 235 63 238
Hex EB 3F EE

RGB Percentages of Color #eb3fee

%43.84
%11.75
%44.40

CMYK Percentages of Color #eb3fee

%1
%74
%0
%7

Triadic Colors of #eb3fee

#eb3fee #eeeb3f #3feeeb

Analogous Colors of #eb3fee

#eb3fee #ee3f9a #943fee

Monochromatic Colors of #eb3fee

#eb3fee

Complementary Color

#eb3fee #42ee3f

#eb3fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3fee Color CSS Codes

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

#eb3fee Text Font Color

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

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


#eb3fee Background Color

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

This div background color is #eb3fee


#eb3fee Border Color

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

This div border color is #eb3fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3fee


Comments

No comments written yet.

Please login to write comment.