Color Hex Logo

#fc82b7 Color Hex

#FC82B7
(252,130,183)
0 Favorites   0 Comments

Color spaces of #fc82b7

RGB 252130183
HSL0.930.950.75
HSV334°48°99°
CMYK 0.000.480.27   0.01
XYZ56.674840.079649.5488
Yxy40.07960.38740.2739
Hunter Lab63.308549.0064-2.0878
CIE-Lab69.526252.1960-6.3758

#fc82b7 color RGB value is (252,130,183).

#fc82b7 hex color red value is 252, green value is 130 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #fc82b7 hue: 0.93 , saturation: 0.95 and the lightness value of fc82b7 is 0.75.

The process color (four color CMYK) of #fc82b7 color hex is 0.00, 0.48, 0.27, 0.01. Web safe color of #fc82b7 is #ff99cc. Color #fc82b7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000010 10110111
Octal 374 202 267
Decimal 252 130 183
Hex FC 82 B7

RGB Percentages of Color #fc82b7

%44.60
%23.01
%32.39

CMYK Percentages of Color #fc82b7

%0
%48
%27
%1

Triadic Colors of #fc82b7

#fc82b7 #b7fc82 #82b7fc

Analogous Colors of #fc82b7

#fc82b7 #fc8a82 #fc82f4

Monochromatic Colors of #fc82b7

#fc82b7

Complementary Color

#fc82b7 #82fcc7

#fc82b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc82b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc82b7 Color CSS Codes

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

#fc82b7 Text Font Color

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

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


#fc82b7 Background Color

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

This div background color is #fc82b7


#fc82b7 Border Color

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

This div border color is #fc82b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc82b7

Related Colors


Comments

No comments written yet.

Please login to write comment.