Color Hex Logo

#f385ff Color Hex

#F385FF
(243,133,255)
0 Favorites   0 Comments

Color spaces of #f385ff

RGB 243133255
HSL0.821.000.76
HSV294°48°100°
CMYK 0.050.480.00   0.00
XYZ63.399743.049799.5756
Yxy43.04970.30770.2090
Hunter Lab65.612357.6592-44.0521
CIE-Lab71.588759.3333-43.1157

#f385ff color RGB value is (243,133,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10000101 11111111
Octal 363 205 377
Decimal 243 133 255
Hex F3 85 FF

RGB Percentages of Color #f385ff

%38.51
%21.08
%40.41

CMYK Percentages of Color #f385ff

%5
%48
%0
%0

Triadic Colors of #f385ff

#f385ff #fff385 #85fff3

Analogous Colors of #f385ff

#f385ff #ff85ce #b685ff

Monochromatic Colors of #f385ff

#f385ff

Complementary Color

#f385ff #91ff85

#f385ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f385ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f385ff Color CSS Codes

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

#f385ff Text Font Color

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

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


#f385ff Background Color

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

This div background color is #f385ff


#f385ff Border Color

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

This div border color is #f385ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,133,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 #f385ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f385ff

Related Colors


Comments

No comments written yet.

Please login to write comment.