Color Hex Logo

#f38db4 Color Hex

#F38DB4
(243,141,180)
0 Favorites   0 Comments

Color spaces of #f38db4

RGB 243141180
HSL0.940.810.75
HSV337°42°95°
CMYK 0.000.420.26   0.05
XYZ54.725241.399748.2866
Yxy41.39970.37900.2867
Hunter Lab64.342639.21980.5450
CIE-Lab70.455143.3103-3.4568

#f38db4 color RGB value is (243,141,180).

#f38db4 hex color red value is 243, green value is 141 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #f38db4 hue: 0.94 , saturation: 0.81 and the lightness value of f38db4 is 0.75.

The process color (four color CMYK) of #f38db4 color hex is 0.00, 0.42, 0.26, 0.05. Web safe color of #f38db4 is #ff99cc. Color #f38db4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10001101 10110100
Octal 363 215 264
Decimal 243 141 180
Hex F3 8D B4

RGB Percentages of Color #f38db4

%43.09
%25.00
%31.91

CMYK Percentages of Color #f38db4

%0
%42
%26
%5

Triadic Colors of #f38db4

#f38db4 #b4f38d #8db4f3

Analogous Colors of #f38db4

#f38db4 #f3998d #f38de7

Monochromatic Colors of #f38db4

#f38db4

Complementary Color

#f38db4 #8df3cc

#f38db4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f38db4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f38db4 Color CSS Codes

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

#f38db4 Text Font Color

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

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


#f38db4 Background Color

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

This div background color is #f38db4


#f38db4 Border Color

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

This div border color is #f38db4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f38db4


Comments

No comments written yet.

Please login to write comment.