Color Hex Logo

#f30ddb Color Hex

#F30DDB
(243,13,219)
0 Favorites   0 Comments

Color spaces of #f30ddb

RGB 24313219
HSL0.850.910.50
HSV306°95°95°
CMYK 0.000.950.10   0.05
XYZ49.892324.457069.1089
Yxy24.45700.34780.1705
Hunter Lab49.454093.5374-48.2363
CIE-Lab56.542590.6542-46.8052

#f30ddb color RGB value is (243,13,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00001101 11011011
Octal 363 15 333
Decimal 243 13 219
Hex F3 D DB

RGB Percentages of Color #f30ddb

%51.16
%2.74
%46.11

CMYK Percentages of Color #f30ddb

%0
%95
%10
%5

Triadic Colors of #f30ddb

#f30ddb #dbf30d #0ddbf3

Analogous Colors of #f30ddb

#f30ddb #f30d68 #980df3

Monochromatic Colors of #f30ddb

#f30ddb

Complementary Color

#f30ddb #0df325

#f30ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f30ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f30ddb Color CSS Codes

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

#f30ddb Text Font Color

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

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


#f30ddb Background Color

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

This div background color is #f30ddb


#f30ddb Border Color

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

This div border color is #f30ddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,13,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 #f30ddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f30ddb


Comments

No comments written yet.

Please login to write comment.