Color Hex Logo

#f30cbd Color Hex

#F30CBD
(243,12,189)
0 Favorites   0 Comments

Color spaces of #f30cbd

RGB 24312189
HSL0.870.910.50
HSV314°95°95°
CMYK 0.000.950.22   0.05
XYZ46.278922.991850.1428
Yxy22.99180.38760.1925
Hunter Lab47.949888.3679-28.4369
CIE-Lab55.063987.0453-31.9231

#f30cbd color RGB value is (243,12,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00001100 10111101
Octal 363 14 275
Decimal 243 12 189
Hex F3 C BD

RGB Percentages of Color #f30cbd

%54.73
%2.70
%42.57

CMYK Percentages of Color #f30cbd

%0
%95
%22
%5

Triadic Colors of #f30cbd

#f30cbd #bdf30c #0cbdf3

Analogous Colors of #f30cbd

#f30cbd #f30c4a #b60cf3

Monochromatic Colors of #f30cbd

#f30cbd

Complementary Color

#f30cbd #0cf342

#f30cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f30cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f30cbd Color CSS Codes

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

#f30cbd Text Font Color

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

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


#f30cbd Background Color

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

This div background color is #f30cbd


#f30cbd Border Color

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

This div border color is #f30cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f30cbd


Comments

No comments written yet.

Please login to write comment.