Color Hex Logo

#ed3fbc Color Hex

#ED3FBC
(237,63,188)
0 Favorites   0 Comments

Color spaces of #ed3fbc

RGB 23763188
HSL0.880.830.59
HSV317°73°93°
CMYK 0.000.730.21   0.07
XYZ45.779725.190450.0263
Yxy25.19040.37840.2082
Hunter Lab50.190074.9821-23.9635
CIE-Lab57.260576.1579-28.0162

#ed3fbc color RGB value is (237,63,188).

#ed3fbc hex color red value is 237, green value is 63 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ed3fbc hue: 0.88 , saturation: 0.83 and the lightness value of ed3fbc is 0.59.

The process color (four color CMYK) of #ed3fbc color hex is 0.00, 0.73, 0.21, 0.07. Web safe color of #ed3fbc is #ff33cc. Color #ed3fbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00111111 10111100
Octal 355 77 274
Decimal 237 63 188
Hex ED 3F BC

RGB Percentages of Color #ed3fbc

%48.57
%12.91
%38.52

CMYK Percentages of Color #ed3fbc

%0
%73
%21
%7

Triadic Colors of #ed3fbc

#ed3fbc #bced3f #3fbced

Analogous Colors of #ed3fbc

#ed3fbc #ed3f65 #c73fed

Monochromatic Colors of #ed3fbc

#ed3fbc

Complementary Color

#ed3fbc #3fed70

#ed3fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed3fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed3fbc Color CSS Codes

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

#ed3fbc Text Font Color

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

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


#ed3fbc Background Color

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

This div background color is #ed3fbc


#ed3fbc Border Color

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

This div border color is #ed3fbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,63,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ed3fbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed3fbc


Comments

No comments written yet.

Please login to write comment.