Color Hex Logo

#fb6452 Color Hex

#FB6452
(251,100,82)
0 Favorites   0 Comments

Color spaces of #fb6452

RGB 25110082
HSL0.020.950.65
HSV67°98°
CMYK 0.000.600.67   0.02
XYZ45.863830.232811.4009
Yxy30.23280.52420.3455
Hunter Lab54.984452.668626.1954
CIE-Lab61.854656.595539.9657

#fb6452 color RGB value is (251,100,82).

#fb6452 hex color red value is 251, green value is 100 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #fb6452 hue: 0.02 , saturation: 0.95 and the lightness value of fb6452 is 0.65.

The process color (four color CMYK) of #fb6452 color hex is 0.00, 0.60, 0.67, 0.02. Web safe color of #fb6452 is #ff6666. Color #fb6452 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100100 01010010
Octal 373 144 122
Decimal 251 100 82
Hex FB 64 52

RGB Percentages of Color #fb6452

%57.97
%23.09
%18.94

CMYK Percentages of Color #fb6452

%0
%60
%67
%2

Triadic Colors of #fb6452

#fb6452 #52fb64 #6452fb

Analogous Colors of #fb6452

#fb6452 #fbb952 #fb5295

Monochromatic Colors of #fb6452

#fb6452

Complementary Color

#fb6452 #52e9fb

#fb6452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6452 Color CSS Codes

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

#fb6452 Text Font Color

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

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


#fb6452 Background Color

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

This div background color is #fb6452


#fb6452 Border Color

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

This div border color is #fb6452


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,100,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fb6452; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fb6452;
  -webkit-box-shadow: 1px 1px 3px 2px #fb6452;
  box-shadow:         1px 1px 3px 2px #fb6452; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,100,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6452


Comments

No comments written yet.

Please login to write comment.