Color Hex Logo

#f756ea Color Hex

#F756EA
(247,86,234)
0 Favorites   0 Comments

Color spaces of #f756ea

RGB 24786234
HSL0.850.910.65
HSV305°65°97°
CMYK 0.000.650.05   0.03
XYZ56.536832.370281.1102
Yxy32.37020.33250.1904
Hunter Lab56.894877.8108-44.6984
CIE-Lab63.647777.1926-43.9781

#f756ea color RGB value is (247,86,234).

#f756ea hex color red value is 247, green value is 86 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f756ea hue: 0.85 , saturation: 0.91 and the lightness value of f756ea is 0.65.

The process color (four color CMYK) of #f756ea color hex is 0.00, 0.65, 0.05, 0.03. Web safe color of #f756ea is #ff66ff. Color #f756ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010110 11101010
Octal 367 126 352
Decimal 247 86 234
Hex F7 56 EA

RGB Percentages of Color #f756ea

%43.56
%15.17
%41.27

CMYK Percentages of Color #f756ea

%0
%65
%5
%3

Triadic Colors of #f756ea

#f756ea #eaf756 #56eaf7

Analogous Colors of #f756ea

#f756ea #f7569a #b456f7

Monochromatic Colors of #f756ea

#f756ea

Complementary Color

#f756ea #56f763

#f756ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f756ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f756ea Color CSS Codes

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

#f756ea Text Font Color

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

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


#f756ea Background Color

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

This div background color is #f756ea


#f756ea Border Color

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

This div border color is #f756ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f756ea

Related Colors


Comments

No comments written yet.

Please login to write comment.