Color Hex Logo

#f03dcd Color Hex

#F03DCD
(240,61,205)
0 Favorites   0 Comments

Color spaces of #f03dcd

RGB 24061205
HSL0.870.860.59
HSV312°75°94°
CMYK 0.000.750.15   0.06
XYZ48.623426.270560.2656
Yxy26.27050.35970.1944
Hunter Lab51.254879.6402-33.8352
CIE-Lab58.292979.6604-36.1188

#f03dcd color RGB value is (240,61,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00111101 11001101
Octal 360 75 315
Decimal 240 61 205
Hex F0 3D CD

RGB Percentages of Color #f03dcd

%47.43
%12.06
%40.51

CMYK Percentages of Color #f03dcd

%0
%75
%15
%6

Triadic Colors of #f03dcd

#f03dcd #cdf03d #3dcdf0

Analogous Colors of #f03dcd

#f03dcd #f03d74 #ba3df0

Monochromatic Colors of #f03dcd

#f03dcd

Complementary Color

#f03dcd #3df060

#f03dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f03dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f03dcd Color CSS Codes

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

#f03dcd Text Font Color

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

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


#f03dcd Background Color

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

This div background color is #f03dcd


#f03dcd Border Color

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

This div border color is #f03dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f03dcd


Comments

No comments written yet.

Please login to write comment.