Color Hex Logo

#ed28fb Color Hex

#ED28FB
(237,40,251)
0 Favorites   0 Comments

Color spaces of #ed28fb

RGB 23740251
HSL0.820.960.57
HSV296°84°98°
CMYK 0.060.840.00   0.02
XYZ53.096426.487193.5808
Yxy26.48710.30660.1530
Hunter Lab51.465694.0913-71.7821
CIE-Lab58.496590.6871-61.7117

#ed28fb color RGB value is (237,40,251).

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

The process color (four color CMYK) of #ed28fb color hex is 0.06, 0.84, 0.00, 0.02. Web safe color of #ed28fb is #ff33ff. Color #ed28fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101000 11111011
Octal 355 50 373
Decimal 237 40 251
Hex ED 28 FB

RGB Percentages of Color #ed28fb

%44.89
%7.58
%47.54

CMYK Percentages of Color #ed28fb

%6
%84
%0
%2

Triadic Colors of #ed28fb

#ed28fb #fbed28 #28fbed

Analogous Colors of #ed28fb

#ed28fb #fb28a0 #8428fb

Monochromatic Colors of #ed28fb

#ed28fb

Complementary Color

#ed28fb #36fb28

#ed28fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed28fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed28fb Color CSS Codes

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

#ed28fb Text Font Color

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

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


#ed28fb Background Color

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

This div background color is #ed28fb


#ed28fb Border Color

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

This div border color is #ed28fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed28fb


Comments

No comments written yet.

Please login to write comment.