Color Hex Logo

#f382fb Color Hex

#F382FB
(243,130,251)
0 Favorites   0 Comments

Color spaces of #f382fb

RGB 243130251
HSL0.820.940.75
HSV296°48°98°
CMYK 0.030.480.00   0.02
XYZ62.357441.985096.0841
Yxy41.98500.31110.2095
Hunter Lab64.795858.3899-42.5626
CIE-Lab70.860660.0644-42.0751

#f382fb color RGB value is (243,130,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10000010 11111011
Octal 363 202 373
Decimal 243 130 251
Hex F3 82 FB

RGB Percentages of Color #f382fb

%38.94
%20.83
%40.22

CMYK Percentages of Color #f382fb

%3
%48
%0
%2

Triadic Colors of #f382fb

#f382fb #fbf382 #82fbf3

Analogous Colors of #f382fb

#f382fb #fb82c7 #b782fb

Monochromatic Colors of #f382fb

#f382fb

Complementary Color

#f382fb #8afb82

#f382fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f382fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f382fb Color CSS Codes

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

#f382fb Text Font Color

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

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


#f382fb Background Color

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

This div background color is #f382fb


#f382fb Border Color

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

This div border color is #f382fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f382fb

Related Colors


Comments

No comments written yet.

Please login to write comment.