Color Hex Logo

#f65ebc Color Hex

#F65EBC
(246,94,188)
0 Favorites   0 Comments

Color spaces of #f65ebc

RGB 24694188
HSL0.900.890.67
HSV323°62°96°
CMYK 0.000.620.24   0.04
XYZ51.085831.229150.9122
Yxy31.22910.38340.2344
Hunter Lab55.883065.3816-14.8980
CIE-Lab62.700667.3016-19.5423

#f65ebc color RGB value is (246,94,188).

#f65ebc hex color red value is 246, green value is 94 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f65ebc hue: 0.90 , saturation: 0.89 and the lightness value of f65ebc is 0.67.

The process color (four color CMYK) of #f65ebc color hex is 0.00, 0.62, 0.24, 0.04. Web safe color of #f65ebc is #ff66cc. Color #f65ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011110 10111100
Octal 366 136 274
Decimal 246 94 188
Hex F6 5E BC

RGB Percentages of Color #f65ebc

%46.59
%17.80
%35.61

CMYK Percentages of Color #f65ebc

%0
%62
%24
%4

Triadic Colors of #f65ebc

#f65ebc #bcf65e #5ebcf6

Analogous Colors of #f65ebc

#f65ebc #f65e70 #e45ef6

Monochromatic Colors of #f65ebc

#f65ebc

Complementary Color

#f65ebc #5ef698

#f65ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65ebc Color CSS Codes

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

#f65ebc Text Font Color

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

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


#f65ebc Background Color

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

This div background color is #f65ebc


#f65ebc Border Color

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

This div border color is #f65ebc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,94,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f65ebc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f65ebc;
  -webkit-box-shadow: 1px 1px 3px 2px #f65ebc;
  box-shadow:         1px 1px 3px 2px #f65ebc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,94,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65ebc


Comments

No comments written yet.

Please login to write comment.