Color Hex Logo

#ff52db Color Hex

#FF52DB
(255,82,219)
0 Favorites   0 Comments

Color spaces of #ff52db

RGB 25582219
HSL0.871.000.66
HSV312°68°100°
CMYK 0.000.680.14   0.00
XYZ57.043532.409170.2669
Yxy32.40910.35710.2029
Hunter Lab56.929079.2333-33.3308
CIE-Lab63.679678.3076-35.4545

#ff52db color RGB value is (255,82,219).

#ff52db hex color red value is 255, green value is 82 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ff52db hue: 0.87 , saturation: 1.00 and the lightness value of ff52db is 0.66.

The process color (four color CMYK) of #ff52db color hex is 0.00, 0.68, 0.14, 0.00. Web safe color of #ff52db is #ff66cc. Color #ff52db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010010 11011011
Octal 377 122 333
Decimal 255 82 219
Hex FF 52 DB

RGB Percentages of Color #ff52db

%45.86
%14.75
%39.39

CMYK Percentages of Color #ff52db

%0
%68
%14
%0

Triadic Colors of #ff52db

#ff52db #dbff52 #52dbff

Analogous Colors of #ff52db

#ff52db #ff5285 #cd52ff

Monochromatic Colors of #ff52db

#ff52db

Complementary Color

#ff52db #52ff76

#ff52db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff52db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff52db Color CSS Codes

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

#ff52db Text Font Color

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

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


#ff52db Background Color

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

This div background color is #ff52db


#ff52db Border Color

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

This div border color is #ff52db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff52db

Related Colors


Comments

No comments written yet.

Please login to write comment.