Color Hex Logo

#f035cc Color Hex

#F035CC
(240,53,204)
0 Favorites   0 Comments

Color spaces of #f035cc

RGB 24053204
HSL0.870.860.57
HSV312°78°94°
CMYK 0.000.780.15   0.06
XYZ48.107425.431159.4999
Yxy25.43110.36160.1912
Hunter Lab50.429382.0303-34.6539
CIE-Lab57.493181.6885-36.7995

#f035cc color RGB value is (240,53,204).

#f035cc hex color red value is 240, green value is 53 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f035cc hue: 0.87 , saturation: 0.86 and the lightness value of f035cc is 0.57.

The process color (four color CMYK) of #f035cc color hex is 0.00, 0.78, 0.15, 0.06. Web safe color of #f035cc is #ff33cc. Color #f035cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00110101 11001100
Octal 360 65 314
Decimal 240 53 204
Hex F0 35 CC

RGB Percentages of Color #f035cc

%48.29
%10.66
%41.05

CMYK Percentages of Color #f035cc

%0
%78
%15
%6

Triadic Colors of #f035cc

#f035cc #ccf035 #35ccf0

Analogous Colors of #f035cc

#f035cc #f0356f #b735f0

Monochromatic Colors of #f035cc

#f035cc

Complementary Color

#f035cc #35f059

#f035cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f035cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f035cc Color CSS Codes

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

#f035cc Text Font Color

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

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


#f035cc Background Color

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

This div background color is #f035cc


#f035cc Border Color

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

This div border color is #f035cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f035cc


Comments

No comments written yet.

Please login to write comment.