Color Hex Logo

#f38dff Color Hex

#F38DFF
(243,141,255)
0 Favorites   0 Comments

Color spaces of #f38dff

RGB 243141255
HSL0.821.000.78
HSV294°45°100°
CMYK 0.050.450.00   0.00
XYZ64.537045.324499.9548
Yxy45.32440.30760.2160
Hunter Lab67.323453.2962-40.9013
CIE-Lab73.105055.3943-40.7476

#f38dff color RGB value is (243,141,255).

#f38dff hex color red value is 243, green value is 141 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f38dff hue: 0.82 , saturation: 1.00 and the lightness value of f38dff is 0.78.

The process color (four color CMYK) of #f38dff color hex is 0.05, 0.45, 0.00, 0.00. Web safe color of #f38dff is #ff99ff. Color #f38dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10001101 11111111
Octal 363 215 377
Decimal 243 141 255
Hex F3 8D FF

RGB Percentages of Color #f38dff

%38.03
%22.07
%39.91

CMYK Percentages of Color #f38dff

%5
%45
%0
%0

Triadic Colors of #f38dff

#f38dff #fff38d #8dfff3

Analogous Colors of #f38dff

#f38dff #ff8dd2 #ba8dff

Monochromatic Colors of #f38dff

#f38dff

Complementary Color

#f38dff #99ff8d

#f38dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f38dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f38dff Color CSS Codes

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

#f38dff Text Font Color

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

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


#f38dff Background Color

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

This div background color is #f38dff


#f38dff Border Color

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

This div border color is #f38dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f38dff

Related Colors

#f38dff Color Palettes


Comments

No comments written yet.

Please login to write comment.