Color Hex Logo

#f37ddc Color Hex

#F37DDC
(243,125,220)
0 Favorites   0 Comments

Color spaces of #f37ddc

RGB 243125220
HSL0.870.830.72
HSV312°49°95°
CMYK 0.000.490.09   0.05
XYZ57.214038.889272.2010
Yxy38.88920.33990.2311
Hunter Lab62.361254.6348-24.9924
CIE-Lab68.670957.2129-28.4201

#f37ddc color RGB value is (243,125,220).

#f37ddc hex color red value is 243, green value is 125 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f37ddc hue: 0.87 , saturation: 0.83 and the lightness value of f37ddc is 0.72.

The process color (four color CMYK) of #f37ddc color hex is 0.00, 0.49, 0.09, 0.05. Web safe color of #f37ddc is #ff66cc. Color #f37ddc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01111101 11011100
Octal 363 175 334
Decimal 243 125 220
Hex F3 7D DC

RGB Percentages of Color #f37ddc

%41.33
%21.26
%37.41

CMYK Percentages of Color #f37ddc

%0
%49
%9
%5

Triadic Colors of #f37ddc

#f37ddc #dcf37d #7ddcf3

Analogous Colors of #f37ddc

#f37ddc #f37da1 #cf7df3

Monochromatic Colors of #f37ddc

#f37ddc

Complementary Color

#f37ddc #7df394

#f37ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f37ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f37ddc Color CSS Codes

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

#f37ddc Text Font Color

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

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


#f37ddc Background Color

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

This div background color is #f37ddc


#f37ddc Border Color

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

This div border color is #f37ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f37ddc


Comments

No comments written yet.

Please login to write comment.