Color Hex Logo

#ed71fb Color Hex

#ED71FB
(237,113,251)
0 Favorites   0 Comments

Color spaces of #ed71fb

RGB 237113251
HSL0.820.950.71
HSV294°55°98°
CMYK 0.060.550.00   0.02
XYZ58.242836.779895.2963
Yxy36.77980.30600.1933
Hunter Lab60.646465.2945-50.7126
CIE-Lab67.111566.4500-48.0133

#ed71fb color RGB value is (237,113,251).

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

The process color (four color CMYK) of #ed71fb color hex is 0.06, 0.55, 0.00, 0.02. Web safe color of #ed71fb is #ff66ff. Color #ed71fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110001 11111011
Octal 355 161 373
Decimal 237 113 251
Hex ED 71 FB

RGB Percentages of Color #ed71fb

%39.43
%18.80
%41.76

CMYK Percentages of Color #ed71fb

%6
%55
%0
%2

Triadic Colors of #ed71fb

#ed71fb #fbed71 #71fbed

Analogous Colors of #ed71fb

#ed71fb #fb71c4 #a871fb

Monochromatic Colors of #ed71fb

#ed71fb

Complementary Color

#ed71fb #7ffb71

#ed71fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed71fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed71fb Color CSS Codes

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

#ed71fb Text Font Color

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

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


#ed71fb Background Color

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

This div background color is #ed71fb


#ed71fb Border Color

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

This div border color is #ed71fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed71fb


Comments

No comments written yet.

Please login to write comment.