Color Hex Logo

#f33bcc Color Hex

#F33BCC
(243,59,204)
0 Favorites   0 Comments

Color spaces of #f33bcc

RGB 24359204
HSL0.870.880.59
HSV313°76°95°
CMYK 0.000.760.16   0.05
XYZ49.425226.542259.6449
Yxy26.54220.36450.1957
Hunter Lab51.519181.0867-32.5780
CIE-Lab58.548280.7463-35.1131

#f33bcc color RGB value is (243,59,204).

#f33bcc hex color red value is 243, green value is 59 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f33bcc hue: 0.87 , saturation: 0.88 and the lightness value of f33bcc is 0.59.

The process color (four color CMYK) of #f33bcc color hex is 0.00, 0.76, 0.16, 0.05. Web safe color of #f33bcc is #ff33cc. Color #f33bcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00111011 11001100
Octal 363 73 314
Decimal 243 59 204
Hex F3 3B CC

RGB Percentages of Color #f33bcc

%48.02
%11.66
%40.32

CMYK Percentages of Color #f33bcc

%0
%76
%16
%5

Triadic Colors of #f33bcc

#f33bcc #ccf33b #3bccf3

Analogous Colors of #f33bcc

#f33bcc #f33b70 #be3bf3

Monochromatic Colors of #f33bcc

#f33bcc

Complementary Color

#f33bcc #3bf362

#f33bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f33bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f33bcc Color CSS Codes

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

#f33bcc Text Font Color

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

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


#f33bcc Background Color

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

This div background color is #f33bcc


#f33bcc Border Color

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

This div border color is #f33bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f33bcc


Comments

No comments written yet.

Please login to write comment.