Color Hex Logo

#f51bd3 Color Hex

#F51BD3
(245,27,211)
0 Favorites   0 Comments

Color spaces of #f51bd3

RGB 24527211
HSL0.860.920.53
HSV309°89°96°
CMYK 0.000.890.14   0.04
XYZ49.806024.899563.8090
Yxy24.89950.35960.1798
Hunter Lab49.899490.8419-40.8877
CIE-Lab56.977488.5470-41.5443

#f51bd3 color RGB value is (245,27,211).

#f51bd3 hex color red value is 245, green value is 27 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #f51bd3 hue: 0.86 , saturation: 0.92 and the lightness value of f51bd3 is 0.53.

The process color (four color CMYK) of #f51bd3 color hex is 0.00, 0.89, 0.14, 0.04. Web safe color of #f51bd3 is #ff33cc. Color #f51bd3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011011 11010011
Octal 365 33 323
Decimal 245 27 211
Hex F5 1B D3

RGB Percentages of Color #f51bd3

%50.72
%5.59
%43.69

CMYK Percentages of Color #f51bd3

%0
%89
%14
%4

Triadic Colors of #f51bd3

#f51bd3 #d3f51b #1bd3f5

Analogous Colors of #f51bd3

#f51bd3 #f51b66 #aa1bf5

Monochromatic Colors of #f51bd3

#f51bd3

Complementary Color

#f51bd3 #1bf53d

#f51bd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51bd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51bd3 Color CSS Codes

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

#f51bd3 Text Font Color

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

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


#f51bd3 Background Color

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

This div background color is #f51bd3


#f51bd3 Border Color

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

This div border color is #f51bd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51bd3


Comments

No comments written yet.

Please login to write comment.