Color Hex Logo

#f483eb Color Hex

#F483EB
(244,131,235)
0 Favorites   0 Comments

Color spaces of #f483eb

RGB 244131235
HSL0.850.840.74
HSV305°46°96°
CMYK 0.000.460.04   0.04
XYZ60.419941.463983.4161
Yxy41.46390.32610.2238
Hunter Lab64.392554.8010-31.7315
CIE-Lab70.499757.0726-33.8663

#f483eb color RGB value is (244,131,235).

#f483eb hex color red value is 244, green value is 131 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f483eb hue: 0.85 , saturation: 0.84 and the lightness value of f483eb is 0.74.

The process color (four color CMYK) of #f483eb color hex is 0.00, 0.46, 0.04, 0.04. Web safe color of #f483eb is #ff99ff. Color #f483eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000011 11101011
Octal 364 203 353
Decimal 244 131 235
Hex F4 83 EB

RGB Percentages of Color #f483eb

%40.00
%21.48
%38.52

CMYK Percentages of Color #f483eb

%0
%46
%4
%4

Triadic Colors of #f483eb

#f483eb #ebf483 #83ebf4

Analogous Colors of #f483eb

#f483eb #f483b3 #c583f4

Monochromatic Colors of #f483eb

#f483eb

Complementary Color

#f483eb #83f48c

#f483eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f483eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f483eb Color CSS Codes

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

#f483eb Text Font Color

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

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


#f483eb Background Color

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

This div background color is #f483eb


#f483eb Border Color

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

This div border color is #f483eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,131,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f483eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f483eb;
  -webkit-box-shadow: 1px 1px 3px 2px #f483eb;
  box-shadow:         1px 1px 3px 2px #f483eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,131,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f483eb

Related Colors


Comments

No comments written yet.

Please login to write comment.