Color Hex Logo

#f380fb Color Hex

#F380FB
(243,128,251)
0 Favorites   0 Comments

Color spaces of #f380fb

RGB 243128251
HSL0.820.940.74
HSV296°49°98°
CMYK 0.030.490.00   0.02
XYZ62.093941.458195.9963
Yxy41.45810.31120.2078
Hunter Lab64.388059.4613-43.3241
CIE-Lab70.495761.0243-42.6457

#f380fb color RGB value is (243,128,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10000000 11111011
Octal 363 200 373
Decimal 243 128 251
Hex F3 80 FB

RGB Percentages of Color #f380fb

%39.07
%20.58
%40.35

CMYK Percentages of Color #f380fb

%3
%49
%0
%2

Triadic Colors of #f380fb

#f380fb #fbf380 #80fbf3

Analogous Colors of #f380fb

#f380fb #fb80c6 #b680fb

Monochromatic Colors of #f380fb

#f380fb

Complementary Color

#f380fb #88fb80

#f380fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f380fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f380fb Color CSS Codes

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

#f380fb Text Font Color

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

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


#f380fb Background Color

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

This div background color is #f380fb


#f380fb Border Color

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

This div border color is #f380fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f380fb

Related Colors


Comments

No comments written yet.

Please login to write comment.