Color Hex Logo

#f333dd Color Hex

#F333DD
(243,51,221)
0 Favorites   0 Comments

Color spaces of #f333dd

RGB 24351221
HSL0.850.890.58
HSV307°79°95°
CMYK 0.000.790.09   0.05
XYZ51.197126.642870.8508
Yxy26.64280.34430.1792
Hunter Lab51.616786.7199-45.2518
CIE-Lab58.642285.0894-44.6170

#f333dd color RGB value is (243,51,221).

#f333dd hex color red value is 243, green value is 51 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f333dd hue: 0.85 , saturation: 0.89 and the lightness value of f333dd is 0.58.

The process color (four color CMYK) of #f333dd color hex is 0.00, 0.79, 0.09, 0.05. Web safe color of #f333dd is #ff33cc. Color #f333dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00110011 11011101
Octal 363 63 335
Decimal 243 51 221
Hex F3 33 DD

RGB Percentages of Color #f333dd

%47.18
%9.90
%42.91

CMYK Percentages of Color #f333dd

%0
%79
%9
%5

Triadic Colors of #f333dd

#f333dd #ddf333 #33ddf3

Analogous Colors of #f333dd

#f333dd #f3337d #a933f3

Monochromatic Colors of #f333dd

#f333dd

Complementary Color

#f333dd #33f349

#f333dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f333dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f333dd Color CSS Codes

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

#f333dd Text Font Color

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

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


#f333dd Background Color

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

This div background color is #f333dd


#f333dd Border Color

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

This div border color is #f333dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f333dd


Comments

No comments written yet.

Please login to write comment.