Color Hex Logo

#f33fbd Color Hex

#F33FBD
(243,63,189)
0 Favorites   0 Comments

Color spaces of #f33fbd

RGB 24363189
HSL0.880.880.60
HSV318°74°95°
CMYK 0.000.740.22   0.05
XYZ47.925026.283850.6915
Yxy26.28380.38370.2104
Hunter Lab51.267777.1430-22.7362
CIE-Lab58.305577.6826-26.8955

#f33fbd color RGB value is (243,63,189).

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

The process color (four color CMYK) of #f33fbd color hex is 0.00, 0.74, 0.22, 0.05. Web safe color of #f33fbd is #ff33cc. Color #f33fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00111111 10111101
Octal 363 77 275
Decimal 243 63 189
Hex F3 3F BD

RGB Percentages of Color #f33fbd

%49.09
%12.73
%38.18

CMYK Percentages of Color #f33fbd

%0
%74
%22
%5

Triadic Colors of #f33fbd

#f33fbd #bdf33f #3fbdf3

Analogous Colors of #f33fbd

#f33fbd #f33f63 #cf3ff3

Monochromatic Colors of #f33fbd

#f33fbd

Complementary Color

#f33fbd #3ff375

#f33fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f33fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f33fbd Color CSS Codes

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

#f33fbd Text Font Color

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

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


#f33fbd Background Color

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

This div background color is #f33fbd


#f33fbd Border Color

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

This div border color is #f33fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f33fbd


Comments

No comments written yet.

Please login to write comment.