Color Hex Logo

#ed2bcf Color Hex

#ED2BCF
(237,43,207)
0 Favorites   0 Comments

Color spaces of #ed2bcf

RGB 23743207
HSL0.860.840.55
HSV309°82°93°
CMYK 0.000.820.13   0.07
XYZ47.051424.237361.2299
Yxy24.23730.35510.1829
Hunter Lab49.231484.4410-39.2780
CIE-Lab56.324683.7878-40.3837

#ed2bcf color RGB value is (237,43,207).

#ed2bcf hex color red value is 237, green value is 43 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ed2bcf hue: 0.86 , saturation: 0.84 and the lightness value of ed2bcf is 0.55.

The process color (four color CMYK) of #ed2bcf color hex is 0.00, 0.82, 0.13, 0.07. Web safe color of #ed2bcf is #ff33cc. Color #ed2bcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101011 11001111
Octal 355 53 317
Decimal 237 43 207
Hex ED 2B CF

RGB Percentages of Color #ed2bcf

%48.67
%8.83
%42.51

CMYK Percentages of Color #ed2bcf

%0
%82
%13
%7

Triadic Colors of #ed2bcf

#ed2bcf #cfed2b #2bcfed

Analogous Colors of #ed2bcf

#ed2bcf #ed2b6e #aa2bed

Monochromatic Colors of #ed2bcf

#ed2bcf

Complementary Color

#ed2bcf #2bed49

#ed2bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed2bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed2bcf Color CSS Codes

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

#ed2bcf Text Font Color

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

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


#ed2bcf Background Color

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

This div background color is #ed2bcf


#ed2bcf Border Color

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

This div border color is #ed2bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed2bcf


Comments

No comments written yet.

Please login to write comment.