color codes Logo

#ed1bfb color codes

#ED1BFB
(237,27,251)
0 Favorites   0 Comments

Color spaces of #ed1bfb

RGB 23727251
HSL0.820.970.55
HSV296°89°98°
CMYK 0.060.890.00   0.02
XYZ52.729625.753493.4585
Yxy25.75340.30670.1498
Hunter Lab50.747896.6621-73.6666
CIE-Lab57.802292.7294-62.8259

#ed1bfb color RGB value is (237,27,251).

#ed1bfb hex color red value is 237, green value is 27 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ed1bfb hue: 0.82 , saturation: 0.97 and the lightness value of ed1bfb is 0.55.

The process color (four color CMYK) of #ed1bfb color code is 0.06, 0.89, 0.00, 0.02. Web safe color of #ed1bfb is #ff33ff. Color #ed1bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00011011 11111011
Octal 355 33 373
Decimal 237 27 251
Hex ED 1B FB

RGB Percentages of Color #ed1bfb

%46.02
%5.24
%48.74

CMYK Percentages of Color #ed1bfb

%6
%89
%0
%2

Triadic Colors of #ed1bfb

#ed1bfb #fbed1b #1bfbed

Analogous Colors of #ed1bfb

#ed1bfb #fb1b99 #7d1bfb

Monochromatic Colors of #ed1bfb

#ed1bfb

Complementary Color

#ed1bfb #29fb1b

#ed1bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed1bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed1bfb Color CSS Codes

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

#ed1bfb Text Font Color

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

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


#ed1bfb Background Color

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

This div background color is #ed1bfb


#ed1bfb Border Color

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

This div border color is #ed1bfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,27,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ed1bfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ed1bfb;
  -webkit-box-shadow: 1px 1px 3px 2px #ed1bfb;
  box-shadow:         1px 1px 3px 2px #ed1bfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,27,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed1bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.