color codes Logo

#f03dbb color codes

#F03DBB
(240,61,187)
0 Favorites   0 Comments

Color spaces of #f03dbb

RGB 24061187
HSL0.880.860.59
HSV318°75°94°
CMYK 0.000.750.22   0.06
XYZ46.573625.450649.4715
Yxy25.45060.38330.2095
Hunter Lab50.448676.5043-22.8277
CIE-Lab57.511877.3270-27.0101

#f03dbb color RGB value is (240,61,187).

#f03dbb hex color red value is 240, green value is 61 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f03dbb hue: 0.88 , saturation: 0.86 and the lightness value of f03dbb is 0.59.

The process color (four color CMYK) of #f03dbb color code is 0.00, 0.75, 0.22, 0.06. Web safe color of #f03dbb is #ff33cc. Color #f03dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00111101 10111011
Octal 360 75 273
Decimal 240 61 187
Hex F0 3D BB

RGB Percentages of Color #f03dbb

%49.18
%12.50
%38.32

CMYK Percentages of Color #f03dbb

%0
%75
%22
%6

Triadic Colors of #f03dbb

#f03dbb #bbf03d #3dbbf0

Analogous Colors of #f03dbb

#f03dbb #f03d61 #cc3df0

Monochromatic Colors of #f03dbb

#f03dbb

Complementary Color

#f03dbb #3df072

#f03dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f03dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f03dbb Color CSS Codes

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

#f03dbb Text Font Color

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

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


#f03dbb Background Color

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

This div background color is #f03dbb


#f03dbb Border Color

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

This div border color is #f03dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f03dbb


Comments

No comments written yet.

Please login to write comment.