Color Hex Logo

#f30cdb Color Hex

#F30CDB
(243,12,219)
0 Favorites   0 Comments

Color spaces of #f30cdb

RGB 24312219
HSL0.850.910.50
HSV306°95°95°
CMYK 0.000.950.10   0.05
XYZ49.879824.432169.1047
Yxy24.43210.34780.1704
Hunter Lab49.428893.6281-48.2911
CIE-Lab56.517990.7267-46.8441

#f30cdb color RGB value is (243,12,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00001100 11011011
Octal 363 14 333
Decimal 243 12 219
Hex F3 C DB

RGB Percentages of Color #f30cdb

%51.27
%2.53
%46.20

CMYK Percentages of Color #f30cdb

%0
%95
%10
%5

Triadic Colors of #f30cdb

#f30cdb #dbf30c #0cdbf3

Analogous Colors of #f30cdb

#f30cdb #f30c68 #980cf3

Monochromatic Colors of #f30cdb

#f30cdb

Complementary Color

#f30cdb #0cf324

#f30cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f30cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f30cdb Color CSS Codes

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

#f30cdb Text Font Color

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

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


#f30cdb Background Color

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

This div background color is #f30cdb


#f30cdb Border Color

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

This div border color is #f30cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f30cdb


Comments

No comments written yet.

Please login to write comment.