Color Hex Logo

#f435dc Color Hex

#F435DC
(244,53,220)
0 Favorites   0 Comments

Color spaces of #f435dc

RGB 24453220
HSL0.850.900.58
HSV308°78°96°
CMYK 0.000.780.10   0.04
XYZ51.499626.946670.1970
Yxy26.94660.34650.1813
Hunter Lab51.910186.2457-43.8396
CIE-Lab58.924984.6708-43.5950

#f435dc color RGB value is (244,53,220).

#f435dc hex color red value is 244, green value is 53 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f435dc hue: 0.85 , saturation: 0.90 and the lightness value of f435dc is 0.58.

The process color (four color CMYK) of #f435dc color hex is 0.00, 0.78, 0.10, 0.04. Web safe color of #f435dc is #ff33cc. Color #f435dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00110101 11011100
Octal 364 65 334
Decimal 244 53 220
Hex F4 35 DC

RGB Percentages of Color #f435dc

%47.20
%10.25
%42.55

CMYK Percentages of Color #f435dc

%0
%78
%10
%4

Triadic Colors of #f435dc

#f435dc #dcf435 #35dcf4

Analogous Colors of #f435dc

#f435dc #f4357d #ad35f4

Monochromatic Colors of #f435dc

#f435dc

Complementary Color

#f435dc #35f44d

#f435dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f435dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f435dc Color CSS Codes

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

#f435dc Text Font Color

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

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


#f435dc Background Color

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

This div background color is #f435dc


#f435dc Border Color

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

This div border color is #f435dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,53,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f435dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f435dc;
  -webkit-box-shadow: 1px 1px 3px 2px #f435dc;
  box-shadow:         1px 1px 3px 2px #f435dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,53,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f435dc


Comments

No comments written yet.

Please login to write comment.