Color Hex Logo

#ed69fb Color Hex

#ED69FB
(237,105,251)
0 Favorites   0 Comments

Color spaces of #ed69fb

RGB 237105251
HSL0.820.950.70
HSV294°58°98°
CMYK 0.060.580.00   0.02
XYZ57.389235.072795.0118
Yxy35.07270.30610.1871
Hunter Lab59.222269.3363-53.6650
CIE-Lab65.805269.9956-50.0749

#ed69fb color RGB value is (237,105,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101001 11111011
Octal 355 151 373
Decimal 237 105 251
Hex ED 69 FB

RGB Percentages of Color #ed69fb

%39.97
%17.71
%42.33

CMYK Percentages of Color #ed69fb

%6
%58
%0
%2

Triadic Colors of #ed69fb

#ed69fb #fbed69 #69fbed

Analogous Colors of #ed69fb

#ed69fb #fb69c0 #a469fb

Monochromatic Colors of #ed69fb

#ed69fb

Complementary Color

#ed69fb #77fb69

#ed69fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed69fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed69fb Color CSS Codes

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

#ed69fb Text Font Color

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

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


#ed69fb Background Color

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

This div background color is #ed69fb


#ed69fb Border Color

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

This div border color is #ed69fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed69fb

Related Colors


Comments

No comments written yet.

Please login to write comment.