Color Hex Logo

#fc2634 Color Hex

#FC2634
(252,38,52)
0 Favorites   0 Comments

Color spaces of #fc2634

RGB 2523852
HSL0.990.970.57
HSV356°85°99°
CMYK 0.000.850.79   0.01
XYZ41.457822.32965.3738
Yxy22.32960.59940.3229
Hunter Lab47.254273.909626.3354
CIE-Lab54.375075.851747.9743

#fc2634 color RGB value is (252,38,52).

#fc2634 hex color red value is 252, green value is 38 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #fc2634 hue: 0.99 , saturation: 0.97 and the lightness value of fc2634 is 0.57.

The process color (four color CMYK) of #fc2634 color hex is 0.00, 0.85, 0.79, 0.01. Web safe color of #fc2634 is #ff3333. Color #fc2634 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100110 00110100
Octal 374 46 64
Decimal 252 38 52
Hex FC 26 34

RGB Percentages of Color #fc2634

%73.68
%11.11
%15.20

CMYK Percentages of Color #fc2634

%0
%85
%79
%1

Triadic Colors of #fc2634

#fc2634 #34fc26 #2634fc

Analogous Colors of #fc2634

#fc2634 #fc8326 #fc269f

Monochromatic Colors of #fc2634

#fc2634

Complementary Color

#fc2634 #26fcee

#fc2634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc2634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc2634 Color CSS Codes

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

#fc2634 Text Font Color

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

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


#fc2634 Background Color

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

This div background color is #fc2634


#fc2634 Border Color

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

This div border color is #fc2634


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc2634


Comments

No comments written yet.

Please login to write comment.