Color Hex Logo

#f35ebf Color Hex

#F35EBF
(243,94,191)
0 Favorites   0 Comments

Color spaces of #f35ebf

RGB 24394191
HSL0.890.860.66
HSV321°61°95°
CMYK 0.000.610.21   0.05
XYZ50.368830.821752.5847
Yxy30.82170.37650.2304
Hunter Lab55.517364.7912-17.2960
CIE-Lab62.356866.8723-21.8165

#f35ebf color RGB value is (243,94,191).

#f35ebf hex color red value is 243, green value is 94 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f35ebf hue: 0.89 , saturation: 0.86 and the lightness value of f35ebf is 0.66.

The process color (four color CMYK) of #f35ebf color hex is 0.00, 0.61, 0.21, 0.05. Web safe color of #f35ebf is #ff66cc. Color #f35ebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01011110 10111111
Octal 363 136 277
Decimal 243 94 191
Hex F3 5E BF

RGB Percentages of Color #f35ebf

%46.02
%17.80
%36.17

CMYK Percentages of Color #f35ebf

%0
%61
%21
%5

Triadic Colors of #f35ebf

#f35ebf #bff35e #5ebff3

Analogous Colors of #f35ebf

#f35ebf #f35e75 #dd5ef3

Monochromatic Colors of #f35ebf

#f35ebf

Complementary Color

#f35ebf #5ef392

#f35ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f35ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f35ebf Color CSS Codes

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

#f35ebf Text Font Color

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

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


#f35ebf Background Color

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

This div background color is #f35ebf


#f35ebf Border Color

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

This div border color is #f35ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f35ebf


Comments

No comments written yet.

Please login to write comment.