Color Hex Logo

#fc658a Color Hex

#FC658A
(252,101,138)
0 Favorites   0 Comments

Color spaces of #fc658a

RGB 252101138
HSL0.960.960.69
HSV345°60°99°
CMYK 0.000.600.45   0.01
XYZ49.386031.837827.5871
Yxy31.83780.45390.2926
Hunter Lab56.425057.488510.5096
CIE-Lab63.208660.551910.0117

#fc658a color RGB value is (252,101,138).

#fc658a hex color red value is 252, green value is 101 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fc658a hue: 0.96 , saturation: 0.96 and the lightness value of fc658a is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100101 10001010
Octal 374 145 212
Decimal 252 101 138
Hex FC 65 8A

RGB Percentages of Color #fc658a

%51.32
%20.57
%28.11

CMYK Percentages of Color #fc658a

%0
%60
%45
%1

Triadic Colors of #fc658a

#fc658a #8afc65 #658afc

Analogous Colors of #fc658a

#fc658a #fc8c65 #fc65d6

Monochromatic Colors of #fc658a

#fc658a

Complementary Color

#fc658a #65fcd7

#fc658a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc658a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc658a Color CSS Codes

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

#fc658a Text Font Color

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

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


#fc658a Background Color

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

This div background color is #fc658a


#fc658a Border Color

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

This div border color is #fc658a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc658a


Comments

No comments written yet.

Please login to write comment.