Color Hex Logo

#f582b3 Color Hex

#F582B3
(245,130,179)
0 Favorites   0 Comments

Color spaces of #f582b3

RGB 245130179
HSL0.930.850.74
HSV334°47°96°
CMYK 0.000.470.27   0.04
XYZ53.775538.632447.2703
Yxy38.63240.38500.2766
Hunter Lab62.155045.6642-1.5829
CIE-Lab68.484149.3853-5.7773

#f582b3 color RGB value is (245,130,179).

#f582b3 hex color red value is 245, green value is 130 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #f582b3 hue: 0.93 , saturation: 0.85 and the lightness value of f582b3 is 0.74.

The process color (four color CMYK) of #f582b3 color hex is 0.00, 0.47, 0.27, 0.04. Web safe color of #f582b3 is #ff99cc. Color #f582b3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000010 10110011
Octal 365 202 263
Decimal 245 130 179
Hex F5 82 B3

RGB Percentages of Color #f582b3

%44.22
%23.47
%32.31

CMYK Percentages of Color #f582b3

%0
%47
%27
%4

Triadic Colors of #f582b3

#f582b3 #b3f582 #82b3f5

Analogous Colors of #f582b3

#f582b3 #f58b82 #f582ed

Monochromatic Colors of #f582b3

#f582b3

Complementary Color

#f582b3 #82f5c4

#f582b3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f582b3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f582b3 Color CSS Codes

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

#f582b3 Text Font Color

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

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


#f582b3 Background Color

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

This div background color is #f582b3


#f582b3 Border Color

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

This div border color is #f582b3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f582b3


Comments

No comments written yet.

Please login to write comment.