Color Hex Logo

#f502b6 Color Hex

#F502B6
(245,2,182)
0 Favorites   0 Comments

Color spaces of #f502b6

RGB 2452182
HSL0.880.980.48
HSV316°99°96°
CMYK 0.000.990.26   0.04
XYZ46.121422.833346.2324
Yxy22.83330.40040.1982
Hunter Lab47.784288.6662-23.9156
CIE-Lab54.900287.3041-28.0813

#f502b6 color RGB value is (245,2,182).

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

The process color (four color CMYK) of #f502b6 color hex is 0.00, 0.99, 0.26, 0.04. Web safe color of #f502b6 is #ff00cc. Color #f502b6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000010 10110110
Octal 365 2 266
Decimal 245 2 182
Hex F5 2 B6

RGB Percentages of Color #f502b6

%57.11
%0.47
%42.42

CMYK Percentages of Color #f502b6

%0
%99
%26
%4

Triadic Colors of #f502b6

#f502b6 #b6f502 #02b6f5

Analogous Colors of #f502b6

#f502b6 #f5023d #bb02f5

Monochromatic Colors of #f502b6

#f502b6

Complementary Color

#f502b6 #02f541

#f502b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f502b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f502b6 Color CSS Codes

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

#f502b6 Text Font Color

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

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


#f502b6 Background Color

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

This div background color is #f502b6


#f502b6 Border Color

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

This div border color is #f502b6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f502b6


Comments

No comments written yet.

Please login to write comment.