Color Hex Logo

#ed06bb Color Hex

#ED06BB
(237,6,187)
0 Favorites   0 Comments

Color spaces of #ed06bb

RGB 2376187
HSL0.870.950.48
HSV313°97°93°
CMYK 0.000.970.21   0.07
XYZ43.959821.722648.8897
Yxy21.72260.38370.1896
Hunter Lab46.607586.7965-29.5679
CIE-Lab53.731486.1052-32.9230

#ed06bb color RGB value is (237,6,187).

#ed06bb hex color red value is 237, green value is 6 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ed06bb hue: 0.87 , saturation: 0.95 and the lightness value of ed06bb is 0.48.

The process color (four color CMYK) of #ed06bb color hex is 0.00, 0.97, 0.21, 0.07. Web safe color of #ed06bb is #ff00cc. Color #ed06bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000110 10111011
Octal 355 6 273
Decimal 237 6 187
Hex ED 6 BB

RGB Percentages of Color #ed06bb

%55.12
%1.40
%43.49

CMYK Percentages of Color #ed06bb

%0
%97
%21
%7

Triadic Colors of #ed06bb

#ed06bb #bbed06 #06bbed

Analogous Colors of #ed06bb

#ed06bb #ed0648 #ac06ed

Monochromatic Colors of #ed06bb

#ed06bb

Complementary Color

#ed06bb #06ed38

#ed06bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed06bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed06bb Color CSS Codes

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

#ed06bb Text Font Color

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

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


#ed06bb Background Color

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

This div background color is #ed06bb


#ed06bb Border Color

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

This div border color is #ed06bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed06bb


Comments

No comments written yet.

Please login to write comment.