Color Hex Logo

#f935ce Color Hex

#F935CE
(249,53,206)
0 Favorites   0 Comments

Color spaces of #f935ce

RGB 24953206
HSL0.870.940.59
HSV313°79°98°
CMYK 0.000.790.17   0.02
XYZ51.480627.142260.9182
Yxy27.14220.36890.1945
Hunter Lab52.098285.2122-32.8588
CIE-Lab59.105783.8411-35.3081

#f935ce color RGB value is (249,53,206).

#f935ce hex color red value is 249, green value is 53 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f935ce hue: 0.87 , saturation: 0.94 and the lightness value of f935ce is 0.59.

The process color (four color CMYK) of #f935ce color hex is 0.00, 0.79, 0.17, 0.02. Web safe color of #f935ce is #ff33cc. Color #f935ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110101 11001110
Octal 371 65 316
Decimal 249 53 206
Hex F9 35 CE

RGB Percentages of Color #f935ce

%49.02
%10.43
%40.55

CMYK Percentages of Color #f935ce

%0
%79
%17
%2

Triadic Colors of #f935ce

#f935ce #cef935 #35cef9

Analogous Colors of #f935ce

#f935ce #f9356c #c235f9

Monochromatic Colors of #f935ce

#f935ce

Complementary Color

#f935ce #35f960

#f935ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f935ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f935ce Color CSS Codes

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

#f935ce Text Font Color

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

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


#f935ce Background Color

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

This div background color is #f935ce


#f935ce Border Color

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

This div border color is #f935ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f935ce

Related Colors


Comments

No comments written yet.

Please login to write comment.