Color Hex Logo

#ff6584 Color Hex

#FF6584
(255,101,132)
1 Favorites   0 Comments

Color spaces of #ff6584

RGB 255101132
HSL0.971.000.70
HSV348°60°100°
CMYK 0.000.600.48   0.00
XYZ50.058532.233325.4131
Yxy32.23330.46480.2993
Hunter Lab56.774458.030013.2029
CIE-Lab63.535260.960413.9907

#ff6584 color RGB value is (255,101,132).

#ff6584 hex color red value is 255, green value is 101 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #ff6584 hue: 0.97 , saturation: 1.00 and the lightness value of ff6584 is 0.70.

The process color (four color CMYK) of #ff6584 color hex is 0.00, 0.60, 0.48, 0.00. Web safe color of #ff6584 is #ff6699. Color #ff6584 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100101 10000100
Octal 377 145 204
Decimal 255 101 132
Hex FF 65 84

RGB Percentages of Color #ff6584

%52.25
%20.70
%27.05

CMYK Percentages of Color #ff6584

%0
%60
%48
%0

Triadic Colors of #ff6584

#ff6584 #84ff65 #6584ff

Analogous Colors of #ff6584

#ff6584 #ff9365 #ff65d1

Monochromatic Colors of #ff6584

#ff6584

Complementary Color

#ff6584 #65ffe0

#ff6584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff6584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff6584 Color CSS Codes

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

#ff6584 Text Font Color

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

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


#ff6584 Background Color

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

This div background color is #ff6584


#ff6584 Border Color

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

This div border color is #ff6584


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,101,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff6584

Related Colors


Comments

No comments written yet.

Please login to write comment.