Color Hex Logo

#ff3ebc Color Hex

#FF3EBC
(255,62,188)
1 Favorites   0 Comments

Color spaces of #ff3ebc

RGB 25562188
HSL0.891.000.62
HSV321°76°100°
CMYK 0.000.760.26   0.00
XYZ52.039728.336150.3036
Yxy28.33610.39820.2168
Hunter Lab53.231781.3476-18.7665
CIE-Lab60.191280.6326-23.2478

#ff3ebc color RGB value is (255,62,188).

#ff3ebc hex color red value is 255, green value is 62 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ff3ebc hue: 0.89 , saturation: 1.00 and the lightness value of ff3ebc is 0.62.

The process color (four color CMYK) of #ff3ebc color hex is 0.00, 0.76, 0.26, 0.00. Web safe color of #ff3ebc is #ff33cc. Color #ff3ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00111110 10111100
Octal 377 76 274
Decimal 255 62 188
Hex FF 3E BC

RGB Percentages of Color #ff3ebc

%50.50
%12.28
%37.23

CMYK Percentages of Color #ff3ebc

%0
%76
%26
%0

Triadic Colors of #ff3ebc

#ff3ebc #bcff3e #3ebcff

Analogous Colors of #ff3ebc

#ff3ebc #ff3e5b #e23eff

Monochromatic Colors of #ff3ebc

#ff3ebc

Complementary Color

#ff3ebc #3eff81

#ff3ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff3ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff3ebc Color CSS Codes

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

#ff3ebc Text Font Color

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

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


#ff3ebc Background Color

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

This div background color is #ff3ebc


#ff3ebc Border Color

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

This div border color is #ff3ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff3ebc

Related Colors


Comments

No comments written yet.

Please login to write comment.