Color Hex Logo

#f34ebc Color Hex

#F34EBC
(243,78,188)
0 Favorites   0 Comments

Color spaces of #f34ebc

RGB 24378188
HSL0.890.870.63
HSV320°68°95°
CMYK 0.000.680.23   0.05
XYZ48.763628.134350.4373
Yxy28.13430.38300.2209
Hunter Lab53.041871.2797-19.2495
CIE-Lab60.009972.6438-23.6973

#f34ebc color RGB value is (243,78,188).

#f34ebc hex color red value is 243, green value is 78 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f34ebc hue: 0.89 , saturation: 0.87 and the lightness value of f34ebc is 0.63.

The process color (four color CMYK) of #f34ebc color hex is 0.00, 0.68, 0.23, 0.05. Web safe color of #f34ebc is #ff66cc. Color #f34ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01001110 10111100
Octal 363 116 274
Decimal 243 78 188
Hex F3 4E BC

RGB Percentages of Color #f34ebc

%47.74
%15.32
%36.94

CMYK Percentages of Color #f34ebc

%0
%68
%23
%5

Triadic Colors of #f34ebc

#f34ebc #bcf34e #4ebcf3

Analogous Colors of #f34ebc

#f34ebc #f34e6a #d84ef3

Monochromatic Colors of #f34ebc

#f34ebc

Complementary Color

#f34ebc #4ef385

#f34ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f34ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f34ebc Color CSS Codes

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

#f34ebc Text Font Color

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

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


#f34ebc Background Color

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

This div background color is #f34ebc


#f34ebc Border Color

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

This div border color is #f34ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f34ebc


Comments

No comments written yet.

Please login to write comment.