Color Hex Logo

#f385ab Color Hex

#F385AB
(243,133,171)
0 Favorites   0 Comments

Color spaces of #f385ab

RGB 243133171
HSL0.940.820.74
HSV339°45°95°
CMYK 0.000.450.30   0.05
XYZ52.700438.770043.2338
Yxy38.77000.39120.2878
Hunter Lab62.265642.11432.4182
CIE-Lab68.584346.1790-1.1651

#f385ab color RGB value is (243,133,171).

#f385ab hex color red value is 243, green value is 133 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f385ab hue: 0.94 , saturation: 0.82 and the lightness value of f385ab is 0.74.

The process color (four color CMYK) of #f385ab color hex is 0.00, 0.45, 0.30, 0.05. Web safe color of #f385ab is #ff9999. Color #f385ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10000101 10101011
Octal 363 205 253
Decimal 243 133 171
Hex F3 85 AB

RGB Percentages of Color #f385ab

%44.42
%24.31
%31.26

CMYK Percentages of Color #f385ab

%0
%45
%30
%5

Triadic Colors of #f385ab

#f385ab #abf385 #85abf3

Analogous Colors of #f385ab

#f385ab #f39685 #f385e2

Monochromatic Colors of #f385ab

#f385ab

Complementary Color

#f385ab #85f3cd

#f385ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f385ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f385ab Color CSS Codes

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

#f385ab Text Font Color

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

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


#f385ab Background Color

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

This div background color is #f385ab


#f385ab Border Color

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

This div border color is #f385ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f385ab

Related Colors


Comments

No comments written yet.

Please login to write comment.