Color Hex Logo

#ed2fbc Color Hex

#ED2FBC
(237,47,188)
0 Favorites   0 Comments

Color spaces of #ed2fbc

RGB 23747188
HSL0.880.840.56
HSV315°80°93°
CMYK 0.000.800.21   0.07
XYZ45.018723.668449.7727
Yxy23.66840.38000.1998
Hunter Lab48.650280.0381-26.6029
CIE-Lab55.754280.4663-30.3519

#ed2fbc color RGB value is (237,47,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101111 10111100
Octal 355 57 274
Decimal 237 47 188
Hex ED 2F BC

RGB Percentages of Color #ed2fbc

%50.21
%9.96
%39.83

CMYK Percentages of Color #ed2fbc

%0
%80
%21
%7

Triadic Colors of #ed2fbc

#ed2fbc #bced2f #2fbced

Analogous Colors of #ed2fbc

#ed2fbc #ed2f5d #bf2fed

Monochromatic Colors of #ed2fbc

#ed2fbc

Complementary Color

#ed2fbc #2fed60

#ed2fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed2fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed2fbc Color CSS Codes

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

#ed2fbc Text Font Color

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

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


#ed2fbc Background Color

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

This div background color is #ed2fbc


#ed2fbc Border Color

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

This div border color is #ed2fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed2fbc


Comments

No comments written yet.

Please login to write comment.