Color Hex Logo

#f30bbe Color Hex

#F30BBE
(243,11,190)
0 Favorites   0 Comments

Color spaces of #f30bbe

RGB 24311190
HSL0.870.910.50
HSV314°95°95°
CMYK 0.000.950.22   0.05
XYZ46.376123.011750.7126
Yxy23.01170.38610.1916
Hunter Lab47.970588.6187-29.0998
CIE-Lab55.084487.2322-32.4705

#f30bbe color RGB value is (243,11,190).

#f30bbe hex color red value is 243, green value is 11 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f30bbe hue: 0.87 , saturation: 0.91 and the lightness value of f30bbe is 0.50.

The process color (four color CMYK) of #f30bbe color hex is 0.00, 0.95, 0.22, 0.05. Web safe color of #f30bbe is #ff00cc. Color #f30bbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00001011 10111110
Octal 363 13 276
Decimal 243 11 190
Hex F3 B BE

RGB Percentages of Color #f30bbe

%54.73
%2.48
%42.79

CMYK Percentages of Color #f30bbe

%0
%95
%22
%5

Triadic Colors of #f30bbe

#f30bbe #bef30b #0bbef3

Analogous Colors of #f30bbe

#f30bbe #f30b4a #b40bf3

Monochromatic Colors of #f30bbe

#f30bbe

Complementary Color

#f30bbe #0bf340

#f30bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f30bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f30bbe Color CSS Codes

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

#f30bbe Text Font Color

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

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


#f30bbe Background Color

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

This div background color is #f30bbe


#f30bbe Border Color

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

This div border color is #f30bbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,11,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f30bbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f30bbe;
  -webkit-box-shadow: 1px 1px 3px 2px #f30bbe;
  box-shadow:         1px 1px 3px 2px #f30bbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,11,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f30bbe


Comments

No comments written yet.

Please login to write comment.