Color Hex Logo

#f331dd Color Hex

#F331DD
(243,49,221)
0 Favorites   0 Comments

Color spaces of #f331dd

RGB 24349221
HSL0.850.890.57
HSV307°80°95°
CMYK 0.000.800.09   0.05
XYZ51.111626.471870.8223
Yxy26.47180.34440.1784
Hunter Lab51.450887.2845-45.5975
CIE-Lab58.482285.5526-44.8697

#f331dd color RGB value is (243,49,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00110001 11011101
Octal 363 61 335
Decimal 243 49 221
Hex F3 31 DD

RGB Percentages of Color #f331dd

%47.37
%9.55
%43.08

CMYK Percentages of Color #f331dd

%0
%80
%9
%5

Triadic Colors of #f331dd

#f331dd #ddf331 #31ddf3

Analogous Colors of #f331dd

#f331dd #f3317c #a831f3

Monochromatic Colors of #f331dd

#f331dd

Complementary Color

#f331dd #31f347

#f331dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f331dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f331dd Color CSS Codes

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

#f331dd Text Font Color

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

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


#f331dd Background Color

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

This div background color is #f331dd


#f331dd Border Color

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

This div border color is #f331dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f331dd


Comments

No comments written yet.

Please login to write comment.