Color Hex Logo

#f385fc Color Hex

#F385FC
(243,133,252)
0 Favorites   0 Comments

Color spaces of #f385fc

RGB 243133252
HSL0.820.950.75
HSV295°47°99°
CMYK 0.040.470.00   0.01
XYZ62.920442.858097.0516
Yxy42.85800.31020.2113
Hunter Lab65.466056.9936-42.0696
CIE-Lab71.458558.7908-41.6859

#f385fc color RGB value is (243,133,252).

#f385fc hex color red value is 243, green value is 133 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f385fc hue: 0.82 , saturation: 0.95 and the lightness value of f385fc is 0.75.

The process color (four color CMYK) of #f385fc color hex is 0.04, 0.47, 0.00, 0.01. Web safe color of #f385fc is #ff99ff. Color #f385fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10000101 11111100
Octal 363 205 374
Decimal 243 133 252
Hex F3 85 FC

RGB Percentages of Color #f385fc

%38.69
%21.18
%40.13

CMYK Percentages of Color #f385fc

%4
%47
%0
%1

Triadic Colors of #f385fc

#f385fc #fcf385 #85fcf3

Analogous Colors of #f385fc

#f385fc #fc85ca #b885fc

Monochromatic Colors of #f385fc

#f385fc

Complementary Color

#f385fc #8efc85

#f385fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f385fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f385fc Color CSS Codes

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

#f385fc Text Font Color

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

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


#f385fc Background Color

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

This div background color is #f385fc


#f385fc Border Color

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

This div border color is #f385fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f385fc

Related Colors


Comments

No comments written yet.

Please login to write comment.