Color Hex Logo

#f38cef Color Hex

#F38CEF
(243,140,239)
0 Favorites   0 Comments

Color spaces of #f38cef

RGB 243140239
HSL0.840.810.75
HSV302°42°95°
CMYK 0.000.420.02   0.05
XYZ61.920244.042886.8989
Yxy44.04280.32110.2284
Hunter Lab66.364750.4073-31.1798
CIE-Lab72.257153.0271-33.3486

#f38cef color RGB value is (243,140,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10001100 11101111
Octal 363 214 357
Decimal 243 140 239
Hex F3 8C EF

RGB Percentages of Color #f38cef

%39.07
%22.51
%38.42

CMYK Percentages of Color #f38cef

%0
%42
%2
%5

Triadic Colors of #f38cef

#f38cef #eff38c #8ceff3

Analogous Colors of #f38cef

#f38cef #f38cbc #c48cf3

Monochromatic Colors of #f38cef

#f38cef

Complementary Color

#f38cef #8cf390

#f38cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f38cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f38cef Color CSS Codes

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

#f38cef Text Font Color

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

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


#f38cef Background Color

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

This div background color is #f38cef


#f38cef Border Color

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

This div border color is #f38cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f38cef


Comments

No comments written yet.

Please login to write comment.