Color Hex Logo

#f035ce Color Hex

#F035CE
(240,53,206)
0 Favorites   0 Comments

Color spaces of #f035ce

RGB 24053206
HSL0.860.860.57
HSV311°78°94°
CMYK 0.000.780.14   0.06
XYZ48.348925.527760.7716
Yxy25.52770.35910.1896
Hunter Lab50.524982.3936-35.9468
CIE-Lab57.586081.9536-37.7960

#f035ce color RGB value is (240,53,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00110101 11001110
Octal 360 65 316
Decimal 240 53 206
Hex F0 35 CE

RGB Percentages of Color #f035ce

%48.10
%10.62
%41.28

CMYK Percentages of Color #f035ce

%0
%78
%14
%6

Triadic Colors of #f035ce

#f035ce #cef035 #35cef0

Analogous Colors of #f035ce

#f035ce #f03571 #b535f0

Monochromatic Colors of #f035ce

#f035ce

Complementary Color

#f035ce #35f057

#f035ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f035ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f035ce Color CSS Codes

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

#f035ce Text Font Color

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

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


#f035ce Background Color

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

This div background color is #f035ce


#f035ce Border Color

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

This div border color is #f035ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f035ce


Comments

No comments written yet.

Please login to write comment.