Color Hex Logo

#f748eb Color Hex

#F748EB
(247,72,235)
0 Favorites   0 Comments

Color spaces of #f748eb

RGB 24772235
HSL0.840.920.63
HSV304°71°97°
CMYK 0.000.710.05   0.03
XYZ55.670530.407081.5322
Yxy30.40700.33210.1814
Hunter Lab55.142583.7096-49.0647
CIE-Lab62.003882.1194-47.1262

#f748eb color RGB value is (247,72,235).

#f748eb hex color red value is 247, green value is 72 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f748eb hue: 0.84 , saturation: 0.92 and the lightness value of f748eb is 0.63.

The process color (four color CMYK) of #f748eb color hex is 0.00, 0.71, 0.05, 0.03. Web safe color of #f748eb is #ff33ff. Color #f748eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01001000 11101011
Octal 367 110 353
Decimal 247 72 235
Hex F7 48 EB

RGB Percentages of Color #f748eb

%44.58
%13.00
%42.42

CMYK Percentages of Color #f748eb

%0
%71
%5
%3

Triadic Colors of #f748eb

#f748eb #ebf748 #48ebf7

Analogous Colors of #f748eb

#f748eb #f74894 #ac48f7

Monochromatic Colors of #f748eb

#f748eb

Complementary Color

#f748eb #48f754

#f748eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f748eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f748eb Color CSS Codes

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

#f748eb Text Font Color

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

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


#f748eb Background Color

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

This div background color is #f748eb


#f748eb Border Color

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

This div border color is #f748eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f748eb


Comments

No comments written yet.

Please login to write comment.