Color Hex Logo

#f03ddc Color Hex

#F03DDC
(240,61,220)
0 Favorites   0 Comments

Color spaces of #f03ddc

RGB 24061220
HSL0.850.860.59
HSV307°75°94°
CMYK 0.000.750.08   0.06
XYZ50.522227.030170.2647
Yxy27.03010.34180.1829
Hunter Lab51.990582.4756-43.7366
CIE-Lab59.002281.7424-43.5172

#f03ddc color RGB value is (240,61,220).

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

The process color (four color CMYK) of #f03ddc color hex is 0.00, 0.75, 0.08, 0.06. Web safe color of #f03ddc is #ff33cc. Color #f03ddc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00111101 11011100
Octal 360 75 334
Decimal 240 61 220
Hex F0 3D DC

RGB Percentages of Color #f03ddc

%46.07
%11.71
%42.23

CMYK Percentages of Color #f03ddc

%0
%75
%8
%6

Triadic Colors of #f03ddc

#f03ddc #dcf03d #3ddcf0

Analogous Colors of #f03ddc

#f03ddc #f03d83 #ab3df0

Monochromatic Colors of #f03ddc

#f03ddc

Complementary Color

#f03ddc #3df051

#f03ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f03ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f03ddc Color CSS Codes

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

#f03ddc Text Font Color

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

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


#f03ddc Background Color

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

This div background color is #f03ddc


#f03ddc Border Color

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

This div border color is #f03ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f03ddc


Comments

No comments written yet.

Please login to write comment.