Color Hex Logo

#f523b6 Color Hex

#F523B6
(245,35,182)
0 Favorites   0 Comments

Color spaces of #f523b6

RGB 24535182
HSL0.880.910.55
HSV318°86°96°
CMYK 0.000.860.26   0.04
XYZ46.700723.991946.4255
Yxy23.99190.39870.2049
Hunter Lab48.981584.4705-21.9090
CIE-Lab56.079783.8583-26.2567

#f523b6 color RGB value is (245,35,182).

#f523b6 hex color red value is 245, green value is 35 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #f523b6 hue: 0.88 , saturation: 0.91 and the lightness value of f523b6 is 0.55.

The process color (four color CMYK) of #f523b6 color hex is 0.00, 0.86, 0.26, 0.04. Web safe color of #f523b6 is #ff33cc. Color #f523b6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00100011 10110110
Octal 365 43 266
Decimal 245 35 182
Hex F5 23 B6

RGB Percentages of Color #f523b6

%53.03
%7.58
%39.39

CMYK Percentages of Color #f523b6

%0
%86
%26
%4

Triadic Colors of #f523b6

#f523b6 #b6f523 #23b6f5

Analogous Colors of #f523b6

#f523b6 #f5234d #cb23f5

Monochromatic Colors of #f523b6

#f523b6

Complementary Color

#f523b6 #23f562

#f523b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f523b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f523b6 Color CSS Codes

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

#f523b6 Text Font Color

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

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


#f523b6 Background Color

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

This div background color is #f523b6


#f523b6 Border Color

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

This div border color is #f523b6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,35,182, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f523b6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f523b6;
  -webkit-box-shadow: 1px 1px 3px 2px #f523b6;
  box-shadow:         1px 1px 3px 2px #f523b6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,35,182, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f523b6


Comments

No comments written yet.

Please login to write comment.