Color Hex Logo

#ed34fb Color Hex

#ED34FB
(237,52,251)
0 Favorites   0 Comments

Color spaces of #ed34fb

RGB 23752251
HSL0.820.960.59
HSV296°79°98°
CMYK 0.060.790.00   0.02
XYZ53.565627.425593.7372
Yxy27.42550.30660.1570
Hunter Lab52.369490.9310-69.4661
CIE-Lab59.366188.1484-60.3183

#ed34fb color RGB value is (237,52,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110100 11111011
Octal 355 64 373
Decimal 237 52 251
Hex ED 34 FB

RGB Percentages of Color #ed34fb

%43.89
%9.63
%46.48

CMYK Percentages of Color #ed34fb

%6
%79
%0
%2

Triadic Colors of #ed34fb

#ed34fb #fbed34 #34fbed

Analogous Colors of #ed34fb

#ed34fb #fb34a6 #8a34fb

Monochromatic Colors of #ed34fb

#ed34fb

Complementary Color

#ed34fb #42fb34

#ed34fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed34fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed34fb Color CSS Codes

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

#ed34fb Text Font Color

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

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


#ed34fb Background Color

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

This div background color is #ed34fb


#ed34fb Border Color

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

This div border color is #ed34fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed34fb


Comments

No comments written yet.

Please login to write comment.