color codes Logo

#f07bbc color codes

#F07BBC
(240,123,188)
0 Favorites   0 Comments

Color spaces of #f07bbc

RGB 240123188
HSL0.910.800.71
HSV327°49°94°
CMYK 0.000.490.22   0.06
XYZ52.095236.322051.8421
Yxy36.32200.37140.2590
Hunter Lab60.267748.8262-8.8136
CIE-Lab66.765252.4415-13.4737

#f07bbc color RGB value is (240,123,188).

#f07bbc hex color red value is 240, green value is 123 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f07bbc hue: 0.91 , saturation: 0.80 and the lightness value of f07bbc is 0.71.

The process color (four color CMYK) of #f07bbc color code is 0.00, 0.49, 0.22, 0.06. Web safe color of #f07bbc is #ff66cc. Color #f07bbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111011 10111100
Octal 360 173 274
Decimal 240 123 188
Hex F0 7B BC

RGB Percentages of Color #f07bbc

%43.56
%22.32
%34.12

CMYK Percentages of Color #f07bbc

%0
%49
%22
%6

Triadic Colors of #f07bbc

#f07bbc #bcf07b #7bbcf0

Analogous Colors of #f07bbc

#f07bbc #f07b82 #ea7bf0

Monochromatic Colors of #f07bbc

#f07bbc

Complementary Color

#f07bbc #7bf0af

#f07bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f07bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f07bbc Color CSS Codes

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

#f07bbc Text Font Color

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

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


#f07bbc Background Color

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

This div background color is #f07bbc


#f07bbc Border Color

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

This div border color is #f07bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f07bbc


Comments

No comments written yet.

Please login to write comment.