Color Hex Logo

#f735ea Color Hex

#F735EA
(247,53,234)
0 Favorites   0 Comments

Color spaces of #f735ea

RGB 24753234
HSL0.840.920.59
HSV304°79°97°
CMYK 0.000.790.05   0.03
XYZ54.482228.260980.4253
Yxy28.26090.33390.1732
Hunter Lab53.161089.9046-52.4850
CIE-Lab60.123787.2253-49.5421

#f735ea color RGB value is (247,53,234).

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

The process color (four color CMYK) of #f735ea color hex is 0.00, 0.79, 0.05, 0.03. Web safe color of #f735ea is #ff33ff. Color #f735ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00110101 11101010
Octal 367 65 352
Decimal 247 53 234
Hex F7 35 EA

RGB Percentages of Color #f735ea

%46.25
%9.93
%43.82

CMYK Percentages of Color #f735ea

%0
%79
%5
%3

Triadic Colors of #f735ea

#f735ea #eaf735 #35eaf7

Analogous Colors of #f735ea

#f735ea #f73589 #a335f7

Monochromatic Colors of #f735ea

#f735ea

Complementary Color

#f735ea #35f742

#f735ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f735ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f735ea Color CSS Codes

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

#f735ea Text Font Color

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

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


#f735ea Background Color

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

This div background color is #f735ea


#f735ea Border Color

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

This div border color is #f735ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f735ea


Comments

No comments written yet.

Please login to write comment.