Color Hex Logo

#f75390 Color Hex

#F75390
(247,83,144)
0 Favorites   0 Comments

Color spaces of #f75390

RGB 24783144
HSL0.940.910.65
HSV338°66°97°
CMYK 0.000.660.42   0.03
XYZ46.485127.974329.3351
Yxy27.97430.44790.2695
Hunter Lab52.890764.32294.1392
CIE-Lab59.865566.93201.6294

#f75390 color RGB value is (247,83,144).

#f75390 hex color red value is 247, green value is 83 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #f75390 hue: 0.94 , saturation: 0.91 and the lightness value of f75390 is 0.65.

The process color (four color CMYK) of #f75390 color hex is 0.00, 0.66, 0.42, 0.03. Web safe color of #f75390 is #ff6699. Color #f75390 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010011 10010000
Octal 367 123 220
Decimal 247 83 144
Hex F7 53 90

RGB Percentages of Color #f75390

%52.11
%17.51
%30.38

CMYK Percentages of Color #f75390

%0
%66
%42
%3

Triadic Colors of #f75390

#f75390 #90f753 #5390f7

Analogous Colors of #f75390

#f75390 #f76853 #f753e2

Monochromatic Colors of #f75390

#f75390

Complementary Color

#f75390 #53f7ba

#f75390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f75390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f75390 Color CSS Codes

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

#f75390 Text Font Color

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

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


#f75390 Background Color

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

This div background color is #f75390


#f75390 Border Color

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

This div border color is #f75390


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,83,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f75390

Related Colors


Comments

No comments written yet.

Please login to write comment.