Color Hex Logo

#f38bed Color Hex

#F38BED
(243,139,237)
0 Favorites   0 Comments

Color spaces of #f38bed

RGB 243139237
HSL0.840.810.75
HSV303°43°95°
CMYK 0.000.430.02   0.05
XYZ61.480843.634385.3026
Yxy43.63430.32290.2292
Hunter Lab66.056350.5375-30.3255
CIE-Lab71.983453.1792-32.6775

#f38bed color RGB value is (243,139,237).

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

The process color (four color CMYK) of #f38bed color hex is 0.00, 0.43, 0.02, 0.05. Web safe color of #f38bed is #ff99ff. Color #f38bed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10001011 11101101
Octal 363 213 355
Decimal 243 139 237
Hex F3 8B ED

RGB Percentages of Color #f38bed

%39.26
%22.46
%38.29

CMYK Percentages of Color #f38bed

%0
%43
%2
%5

Triadic Colors of #f38bed

#f38bed #edf38b #8bedf3

Analogous Colors of #f38bed

#f38bed #f38bb9 #c58bf3

Monochromatic Colors of #f38bed

#f38bed

Complementary Color

#f38bed #8bf391

#f38bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f38bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f38bed Color CSS Codes

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

#f38bed Text Font Color

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

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


#f38bed Background Color

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

This div background color is #f38bed


#f38bed Border Color

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

This div border color is #f38bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f38bed


Comments

No comments written yet.

Please login to write comment.