Color Hex Logo

#fb74d0 Color Hex

#FB74D0
(251,116,208)
0 Favorites   0 Comments

Color spaces of #fb74d0

RGB 251116208
HSL0.890.940.72
HSV319°54°98°
CMYK 0.000.540.17   0.02
XYZ57.414237.554163.8971
Yxy37.55410.36140.2364
Hunter Lab61.281459.9932-18.9237
CIE-Lab67.690761.9300-23.1500

#fb74d0 color RGB value is (251,116,208).

#fb74d0 hex color red value is 251, green value is 116 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #fb74d0 hue: 0.89 , saturation: 0.94 and the lightness value of fb74d0 is 0.72.

The process color (four color CMYK) of #fb74d0 color hex is 0.00, 0.54, 0.17, 0.02. Web safe color of #fb74d0 is #ff66cc. Color #fb74d0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110100 11010000
Octal 373 164 320
Decimal 251 116 208
Hex FB 74 D0

RGB Percentages of Color #fb74d0

%43.65
%20.17
%36.17

CMYK Percentages of Color #fb74d0

%0
%54
%17
%2

Triadic Colors of #fb74d0

#fb74d0 #d0fb74 #74d0fb

Analogous Colors of #fb74d0

#fb74d0 #fb748d #e374fb

Monochromatic Colors of #fb74d0

#fb74d0

Complementary Color

#fb74d0 #74fb9f

#fb74d0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb74d0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb74d0 Color CSS Codes

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

#fb74d0 Text Font Color

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

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


#fb74d0 Background Color

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

This div background color is #fb74d0


#fb74d0 Border Color

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

This div border color is #fb74d0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb74d0


Comments

No comments written yet.

Please login to write comment.