Color Hex Logo

#ec07bf Color Hex

#EC07BF
(236,7,191)
0 Favorites   0 Comments

Color spaces of #ec07bf

RGB 2367191
HSL0.870.940.48
HSV312°97°93°
CMYK 0.000.970.19   0.07
XYZ44.072021.746451.1648
Yxy21.74640.37670.1859
Hunter Lab46.633087.0892-32.4086
CIE-Lab53.756986.3242-35.2188

#ec07bf color RGB value is (236,7,191).

#ec07bf hex color red value is 236, green value is 7 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ec07bf hue: 0.87 , saturation: 0.94 and the lightness value of ec07bf is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000111 10111111
Octal 354 7 277
Decimal 236 7 191
Hex EC 7 BF

RGB Percentages of Color #ec07bf

%54.38
%1.61
%44.01

CMYK Percentages of Color #ec07bf

%0
%97
%19
%7

Triadic Colors of #ec07bf

#ec07bf #bfec07 #07bfec

Analogous Colors of #ec07bf

#ec07bf #ec074c #a707ec

Monochromatic Colors of #ec07bf

#ec07bf

Complementary Color

#ec07bf #07ec34

#ec07bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec07bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec07bf Color CSS Codes

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

#ec07bf Text Font Color

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

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


#ec07bf Background Color

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

This div background color is #ec07bf


#ec07bf Border Color

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

This div border color is #ec07bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,7,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 #ec07bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec07bf


Comments

No comments written yet.

Please login to write comment.