Color Hex Logo

#ec6bbf Color Hex

#EC6BBF
(236,107,191)
0 Favorites   0 Comments

Color spaces of #ec6bbf

RGB 236107191
HSL0.890.770.67
HSV321°55°93°
CMYK 0.000.550.19   0.07
XYZ49.253732.109852.8921
Yxy32.10980.36690.2392
Hunter Lab56.665555.9877-15.6760
CIE-Lab63.433559.2231-20.2653

#ec6bbf color RGB value is (236,107,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01101011 10111111
Octal 354 153 277
Decimal 236 107 191
Hex EC 6B BF

RGB Percentages of Color #ec6bbf

%44.19
%20.04
%35.77

CMYK Percentages of Color #ec6bbf

%0
%55
%19
%7

Triadic Colors of #ec6bbf

#ec6bbf #bfec6b #6bbfec

Analogous Colors of #ec6bbf

#ec6bbf #ec6b7f #d96bec

Monochromatic Colors of #ec6bbf

#ec6bbf

Complementary Color

#ec6bbf #6bec98

#ec6bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec6bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec6bbf Color CSS Codes

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

#ec6bbf Text Font Color

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

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


#ec6bbf Background Color

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

This div background color is #ec6bbf


#ec6bbf Border Color

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

This div border color is #ec6bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec6bbf


Comments

No comments written yet.

Please login to write comment.