color codes Logo

#ed07fb color codes

#ED07FB
(237,7,251)
0 Favorites   0 Comments

Color spaces of #ed07fb

RGB 2377251
HSL0.820.970.51
HSV297°97°98°
CMYK 0.060.970.00   0.02
XYZ52.413625.121593.3532
Yxy25.12150.30670.1470
Hunter Lab50.121498.9511-75.3453
CIE-Lab57.193694.5304-63.8039

#ed07fb color RGB value is (237,7,251).

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

The process color (four color CMYK) of #ed07fb color code is 0.06, 0.97, 0.00, 0.02. Web safe color of #ed07fb is #ff00ff. Color #ed07fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000111 11111011
Octal 355 7 373
Decimal 237 7 251
Hex ED 7 FB

RGB Percentages of Color #ed07fb

%47.88
%1.41
%50.71

CMYK Percentages of Color #ed07fb

%6
%97
%0
%2

Triadic Colors of #ed07fb

#ed07fb #fbed07 #07fbed

Analogous Colors of #ed07fb

#ed07fb #fb078f #7307fb

Monochromatic Colors of #ed07fb

#ed07fb

Complementary Color

#ed07fb #15fb07

#ed07fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed07fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed07fb Color CSS Codes

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

#ed07fb Text Font Color

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

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


#ed07fb Background Color

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

This div background color is #ed07fb


#ed07fb Border Color

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

This div border color is #ed07fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed07fb


Comments

No comments written yet.

Please login to write comment.