Color Hex Logo

#f33d8d Color Hex

#F33D8D
(243,61,141)
0 Favorites   0 Comments

Color spaces of #f33d8d

RGB 24361141
HSL0.930.880.60
HSV334°75°95°
CMYK 0.000.750.42   0.05
XYZ43.438624.315327.6031
Yxy24.31530.45550.2550
Hunter Lab49.310570.95061.3280
CIE-Lab56.402173.0595-1.7481

#f33d8d color RGB value is (243,61,141).

#f33d8d hex color red value is 243, green value is 61 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #f33d8d hue: 0.93 , saturation: 0.88 and the lightness value of f33d8d is 0.60.

The process color (four color CMYK) of #f33d8d color hex is 0.00, 0.75, 0.42, 0.05. Web safe color of #f33d8d is #ff3399. Color #f33d8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00111101 10001101
Octal 363 75 215
Decimal 243 61 141
Hex F3 3D 8D

RGB Percentages of Color #f33d8d

%54.61
%13.71
%31.69

CMYK Percentages of Color #f33d8d

%0
%75
%42
%5

Triadic Colors of #f33d8d

#f33d8d #8df33d #3d8df3

Analogous Colors of #f33d8d

#f33d8d #f3483d #f33de8

Monochromatic Colors of #f33d8d

#f33d8d

Complementary Color

#f33d8d #3df3a3

#f33d8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f33d8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f33d8d Color CSS Codes

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

#f33d8d Text Font Color

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

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


#f33d8d Background Color

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

This div background color is #f33d8d


#f33d8d Border Color

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

This div border color is #f33d8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f33d8d


Comments

No comments written yet.

Please login to write comment.