Color Hex Logo

#ed6bde Color Hex

#ED6BDE
(237,107,222)
0 Favorites   0 Comments

Color spaces of #ed6bde

RGB 237107222
HSL0.850.780.67
HSV307°55°93°
CMYK 0.000.550.06   0.07
XYZ53.367633.793872.8173
Yxy33.79380.33360.2112
Hunter Lab58.132462.1375-33.5746
CIE-Lab64.798664.2232-35.5915

#ed6bde color RGB value is (237,107,222).

#ed6bde hex color red value is 237, green value is 107 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ed6bde hue: 0.85 , saturation: 0.78 and the lightness value of ed6bde is 0.67.

The process color (four color CMYK) of #ed6bde color hex is 0.00, 0.55, 0.06, 0.07. Web safe color of #ed6bde is #ff66cc. Color #ed6bde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101011 11011110
Octal 355 153 336
Decimal 237 107 222
Hex ED 6B DE

RGB Percentages of Color #ed6bde

%41.87
%18.90
%39.22

CMYK Percentages of Color #ed6bde

%0
%55
%6
%7

Triadic Colors of #ed6bde

#ed6bde #deed6b #6bdeed

Analogous Colors of #ed6bde

#ed6bde #ed6b9d #bb6bed

Monochromatic Colors of #ed6bde

#ed6bde

Complementary Color

#ed6bde #6bed7a

#ed6bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed6bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed6bde Color CSS Codes

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

#ed6bde Text Font Color

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

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


#ed6bde Background Color

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

This div background color is #ed6bde


#ed6bde Border Color

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

This div border color is #ed6bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed6bde


Comments

No comments written yet.

Please login to write comment.