Color Hex Logo

#fc826b Color Hex

#FC826B
(252,130,107)
0 Favorites   0 Comments

Color spaces of #fc826b

RGB 252130107
HSL0.030.960.70
HSV10°58°99°
CMYK 0.000.480.58   0.01
XYZ50.781437.722218.5146
Yxy37.72220.47450.3525
Hunter Lab61.418440.103525.1199
CIE-Lab67.815444.445933.7071

#fc826b color RGB value is (252,130,107).

#fc826b hex color red value is 252, green value is 130 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #fc826b hue: 0.03 , saturation: 0.96 and the lightness value of fc826b is 0.70.

The process color (four color CMYK) of #fc826b color hex is 0.00, 0.48, 0.58, 0.01. Web safe color of #fc826b is #ff9966. Color #fc826b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000010 01101011
Octal 374 202 153
Decimal 252 130 107
Hex FC 82 6B

RGB Percentages of Color #fc826b

%51.53
%26.58
%21.88

CMYK Percentages of Color #fc826b

%0
%48
%58
%1

Triadic Colors of #fc826b

#fc826b #6bfc82 #826bfc

Analogous Colors of #fc826b

#fc826b #fccb6b #fc6b9d

Monochromatic Colors of #fc826b

#fc826b

Complementary Color

#fc826b #6be5fc

#fc826b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc826b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc826b Color CSS Codes

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

#fc826b Text Font Color

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

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


#fc826b Background Color

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

This div background color is #fc826b


#fc826b Border Color

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

This div border color is #fc826b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc826b


Comments

No comments written yet.

Please login to write comment.