Color Hex Logo

#f38fdf Color Hex

#F38FDF
(243,143,223)
0 Favorites   0 Comments

Color spaces of #f38fdf

RGB 243143223
HSL0.870.810.76
HSV312°41°95°
CMYK 0.000.410.08   0.05
XYZ60.103944.027375.1423
Yxy44.02730.33530.2456
Hunter Lab66.353145.5709-20.6965
CIE-Lab72.246748.7916-24.5918

#f38fdf color RGB value is (243,143,223).

#f38fdf hex color red value is 243, green value is 143 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f38fdf hue: 0.87 , saturation: 0.81 and the lightness value of f38fdf is 0.76.

The process color (four color CMYK) of #f38fdf color hex is 0.00, 0.41, 0.08, 0.05. Web safe color of #f38fdf is #ff99cc. Color #f38fdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10001111 11011111
Octal 363 217 337
Decimal 243 143 223
Hex F3 8F DF

RGB Percentages of Color #f38fdf

%39.90
%23.48
%36.62

CMYK Percentages of Color #f38fdf

%0
%41
%8
%5

Triadic Colors of #f38fdf

#f38fdf #dff38f #8fdff3

Analogous Colors of #f38fdf

#f38fdf #f38fad #d58ff3

Monochromatic Colors of #f38fdf

#f38fdf

Complementary Color

#f38fdf #8ff3a3

#f38fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f38fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f38fdf Color CSS Codes

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

#f38fdf Text Font Color

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

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


#f38fdf Background Color

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

This div background color is #f38fdf


#f38fdf Border Color

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

This div border color is #f38fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f38fdf


Comments

No comments written yet.

Please login to write comment.