Color Hex Logo

#f385fd Color Hex

#F385FD
(243,133,253)
0 Favorites   0 Comments

Color spaces of #f385fd

RGB 243133253
HSL0.820.970.76
HSV295°47°99°
CMYK 0.040.470.00   0.01
XYZ63.079342.921697.8886
Yxy42.92160.30940.2105
Hunter Lab65.514657.2144-42.7279
CIE-Lab71.501758.9709-42.1631

#f385fd color RGB value is (243,133,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10000101 11111101
Octal 363 205 375
Decimal 243 133 253
Hex F3 85 FD

RGB Percentages of Color #f385fd

%38.63
%21.14
%40.22

CMYK Percentages of Color #f385fd

%4
%47
%0
%1

Triadic Colors of #f385fd

#f385fd #fdf385 #85fdf3

Analogous Colors of #f385fd

#f385fd #fd85cb #b785fd

Monochromatic Colors of #f385fd

#f385fd

Complementary Color

#f385fd #8ffd85

#f385fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f385fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f385fd Color CSS Codes

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

#f385fd Text Font Color

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

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


#f385fd Background Color

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

This div background color is #f385fd


#f385fd Border Color

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

This div border color is #f385fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f385fd

Related Colors


Comments

No comments written yet.

Please login to write comment.