Color Hex Logo

#f35dba Color Hex

#F35DBA
(243,93,186)
0 Favorites   0 Comments

Color spaces of #f35dba

RGB 24393186
HSL0.900.860.66
HSV323°62°95°
CMYK 0.000.620.23   0.05
XYZ49.739430.428649.7061
Yxy30.42860.38300.2343
Hunter Lab55.162164.4188-14.8122
CIE-Lab62.022366.6219-19.4762

#f35dba color RGB value is (243,93,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01011101 10111010
Octal 363 135 272
Decimal 243 93 186
Hex F3 5D BA

RGB Percentages of Color #f35dba

%46.55
%17.82
%35.63

CMYK Percentages of Color #f35dba

%0
%62
%23
%5

Triadic Colors of #f35dba

#f35dba #baf35d #5dbaf3

Analogous Colors of #f35dba

#f35dba #f35d6f #e15df3

Monochromatic Colors of #f35dba

#f35dba

Complementary Color

#f35dba #5df396

#f35dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f35dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f35dba Color CSS Codes

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

#f35dba Text Font Color

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

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


#f35dba Background Color

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

This div background color is #f35dba


#f35dba Border Color

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

This div border color is #f35dba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,93,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f35dba


Comments

No comments written yet.

Please login to write comment.