Color Hex Logo

#f33dd4 Color Hex

#F33DD4
(243,61,212)
0 Favorites   0 Comments

Color spaces of #f33dd4

RGB 24361212
HSL0.860.880.60
HSV310°75°95°
CMYK 0.000.750.13   0.05
XYZ50.514627.145664.8646
Yxy27.14560.35440.1905
Hunter Lab52.101481.8860-37.3431
CIE-Lab59.108981.2622-38.7872

#f33dd4 color RGB value is (243,61,212).

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

The process color (four color CMYK) of #f33dd4 color hex is 0.00, 0.75, 0.13, 0.05. Web safe color of #f33dd4 is #ff33cc. Color #f33dd4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00111101 11010100
Octal 363 75 324
Decimal 243 61 212
Hex F3 3D D4

RGB Percentages of Color #f33dd4

%47.09
%11.82
%41.09

CMYK Percentages of Color #f33dd4

%0
%75
%13
%5

Triadic Colors of #f33dd4

#f33dd4 #d4f33d #3dd4f3

Analogous Colors of #f33dd4

#f33dd4 #f33d79 #b73df3

Monochromatic Colors of #f33dd4

#f33dd4

Complementary Color

#f33dd4 #3df35c

#f33dd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f33dd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f33dd4 Color CSS Codes

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

#f33dd4 Text Font Color

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

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


#f33dd4 Background Color

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

This div background color is #f33dd4


#f33dd4 Border Color

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

This div border color is #f33dd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f33dd4


Comments

No comments written yet.

Please login to write comment.