Color Hex Logo

#f735ce Color Hex

#F735CE
(247,53,206)
0 Favorites   0 Comments

Color spaces of #f735ce

RGB 24753206
HSL0.870.920.59
HSV313°79°97°
CMYK 0.000.790.17   0.03
XYZ50.771526.776660.8850
Yxy26.77660.36680.1934
Hunter Lab51.746184.5824-33.5389
CIE-Lab58.767083.4213-35.8622

#f735ce color RGB value is (247,53,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00110101 11001110
Octal 367 65 316
Decimal 247 53 206
Hex F7 35 CE

RGB Percentages of Color #f735ce

%48.81
%10.47
%40.71

CMYK Percentages of Color #f735ce

%0
%79
%17
%3

Triadic Colors of #f735ce

#f735ce #cef735 #35cef7

Analogous Colors of #f735ce

#f735ce #f7356d #bf35f7

Monochromatic Colors of #f735ce

#f735ce

Complementary Color

#f735ce #35f75e

#f735ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f735ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f735ce Color CSS Codes

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

#f735ce Text Font Color

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

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


#f735ce Background Color

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

This div background color is #f735ce


#f735ce Border Color

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

This div border color is #f735ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f735ce


Comments

No comments written yet.

Please login to write comment.