Color Hex Logo

#ec6bed Color Hex

#EC6BED
(236,107,237)
0 Favorites   0 Comments

Color spaces of #ec6bed

RGB 236107237
HSL0.830.780.67
HSV300°55°93°
CMYK 0.000.550.00   0.07
XYZ55.135834.462783.8667
Yxy34.46270.31780.1987
Hunter Lab58.704964.9139-43.6091
CIE-Lab65.328266.4465-43.1116

#ec6bed color RGB value is (236,107,237).

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

The process color (four color CMYK) of #ec6bed color hex is 0.00, 0.55, 0.00, 0.07. Web safe color of #ec6bed is #ff66ff. Color #ec6bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01101011 11101101
Octal 354 153 355
Decimal 236 107 237
Hex EC 6B ED

RGB Percentages of Color #ec6bed

%40.69
%18.45
%40.86

CMYK Percentages of Color #ec6bed

%0
%55
%0
%7

Triadic Colors of #ec6bed

#ec6bed #edec6b #6bedec

Analogous Colors of #ec6bed

#ec6bed #ed6bad #ab6bed

Monochromatic Colors of #ec6bed

#ec6bed

Complementary Color

#ec6bed #6ced6b

#ec6bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec6bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec6bed Color CSS Codes

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

#ec6bed Text Font Color

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

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


#ec6bed Background Color

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

This div background color is #ec6bed


#ec6bed Border Color

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

This div border color is #ec6bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec6bed


Comments

No comments written yet.

Please login to write comment.