Color Hex Logo

#f785ea Color Hex

#F785EA
(247,133,234)
0 Favorites   0 Comments

Color spaces of #f785ea

RGB 247133234
HSL0.850.880.75
HSV307°46°97°
CMYK 0.000.460.05   0.03
XYZ61.596642.489782.7967
Yxy42.48970.32960.2274
Hunter Lab65.184154.6037-29.6811
CIE-Lab71.207256.7960-32.1923

#f785ea color RGB value is (247,133,234).

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

The process color (four color CMYK) of #f785ea color hex is 0.00, 0.46, 0.05, 0.03. Web safe color of #f785ea is #ff99ff. Color #f785ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10000101 11101010
Octal 367 205 352
Decimal 247 133 234
Hex F7 85 EA

RGB Percentages of Color #f785ea

%40.23
%21.66
%38.11

CMYK Percentages of Color #f785ea

%0
%46
%5
%3

Triadic Colors of #f785ea

#f785ea #eaf785 #85eaf7

Analogous Colors of #f785ea

#f785ea #f785b1 #cb85f7

Monochromatic Colors of #f785ea

#f785ea

Complementary Color

#f785ea #85f792

#f785ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f785ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f785ea Color CSS Codes

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

#f785ea Text Font Color

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

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


#f785ea Background Color

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

This div background color is #f785ea


#f785ea Border Color

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

This div border color is #f785ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f785ea

Related Colors


Comments

No comments written yet.

Please login to write comment.