Color Hex Logo

#f52adb Color Hex

#F52ADB
(245,42,219)
0 Favorites   0 Comments

Color spaces of #f52adb

RGB 24542219
HSL0.850.910.56
HSV308°83°96°
CMYK 0.000.830.11   0.04
XYZ51.270326.182969.3694
Yxy26.18290.34920.1783
Hunter Lab51.169289.3064-44.5602
CIE-Lab58.210387.1452-44.1454

#f52adb color RGB value is (245,42,219).

#f52adb hex color red value is 245, green value is 42 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f52adb hue: 0.85 , saturation: 0.91 and the lightness value of f52adb is 0.56.

The process color (four color CMYK) of #f52adb color hex is 0.00, 0.83, 0.11, 0.04. Web safe color of #f52adb is #ff33cc. Color #f52adb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00101010 11011011
Octal 365 52 333
Decimal 245 42 219
Hex F5 2A DB

RGB Percentages of Color #f52adb

%48.42
%8.30
%43.28

CMYK Percentages of Color #f52adb

%0
%83
%11
%4

Triadic Colors of #f52adb

#f52adb #dbf52a #2adbf5

Analogous Colors of #f52adb

#f52adb #f52a76 #aa2af5

Monochromatic Colors of #f52adb

#f52adb

Complementary Color

#f52adb #2af544

#f52adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f52adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f52adb Color CSS Codes

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

#f52adb Text Font Color

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

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


#f52adb Background Color

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

This div background color is #f52adb


#f52adb Border Color

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

This div border color is #f52adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f52adb

Related Colors


Comments

No comments written yet.

Please login to write comment.