Color Hex Logo

#ff93eb Color Hex

#FF93EB
(255,147,235)
0 Favorites   0 Comments

Color spaces of #ff93eb

RGB 255147235
HSL0.861.000.79
HSV311°42°100°
CMYK 0.000.420.08   0.00
XYZ66.669148.125684.3726
Yxy48.12560.33470.2416
Hunter Lab69.372650.1416-23.5491
CIE-Lab74.904152.4268-26.9694

#ff93eb color RGB value is (255,147,235).

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

The process color (four color CMYK) of #ff93eb color hex is 0.00, 0.42, 0.08, 0.00. Web safe color of #ff93eb is #ff99ff. Color #ff93eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010011 11101011
Octal 377 223 353
Decimal 255 147 235
Hex FF 93 EB

RGB Percentages of Color #ff93eb

%40.03
%23.08
%36.89

CMYK Percentages of Color #ff93eb

%0
%42
%8
%0

Triadic Colors of #ff93eb

#ff93eb #ebff93 #93ebff

Analogous Colors of #ff93eb

#ff93eb #ff93b5 #dd93ff

Monochromatic Colors of #ff93eb

#ff93eb

Complementary Color

#ff93eb #93ffa7

#ff93eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff93eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff93eb Color CSS Codes

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

#ff93eb Text Font Color

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

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


#ff93eb Background Color

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

This div background color is #ff93eb


#ff93eb Border Color

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

This div border color is #ff93eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff93eb

Related Colors


Comments

No comments written yet.

Please login to write comment.