Color Hex Logo

#f7607b Color Hex

#F7607B
(247,96,123)
1 Favorites   0 Comments

Color spaces of #f7607b

RGB 24796123
HSL0.970.900.67
HSV349°61°97°
CMYK 0.000.610.50   0.03
XYZ46.115829.570022.0159
Yxy29.57000.47200.3027
Hunter Lab54.378356.215814.0603
CIE-Lab61.281459.783015.8563

#f7607b color RGB value is (247,96,123).

#f7607b hex color red value is 247, green value is 96 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #f7607b hue: 0.97 , saturation: 0.90 and the lightness value of f7607b is 0.67.

The process color (four color CMYK) of #f7607b color hex is 0.00, 0.61, 0.50, 0.03. Web safe color of #f7607b is #ff6666. Color #f7607b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01100000 01111011
Octal 367 140 173
Decimal 247 96 123
Hex F7 60 7B

RGB Percentages of Color #f7607b

%53.00
%20.60
%26.39

CMYK Percentages of Color #f7607b

%0
%61
%50
%3

Triadic Colors of #f7607b

#f7607b #7bf760 #607bf7

Analogous Colors of #f7607b

#f7607b #f79160 #f760c7

Monochromatic Colors of #f7607b

#f7607b

Complementary Color

#f7607b #60f7dc

#f7607b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7607b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7607b Color CSS Codes

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

#f7607b Text Font Color

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

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


#f7607b Background Color

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

This div background color is #f7607b


#f7607b Border Color

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

This div border color is #f7607b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,96,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f7607b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f7607b;
  -webkit-box-shadow: 1px 1px 3px 2px #f7607b;
  box-shadow:         1px 1px 3px 2px #f7607b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,96,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7607b


Comments

No comments written yet.

Please login to write comment.