Color Hex Logo

#f78aeb Color Hex

#F78AEB
(247,138,235)
0 Favorites   0 Comments

Color spaces of #f78aeb

RGB 247138235
HSL0.850.870.75
HSV307°44°97°
CMYK 0.000.440.05   0.03
XYZ62.441643.949383.7893
Yxy43.94930.32830.2311
Hunter Lab66.294352.1116-28.5306
CIE-Lab72.194654.5097-31.2166

#f78aeb color RGB value is (247,138,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10001010 11101011
Octal 367 212 353
Decimal 247 138 235
Hex F7 8A EB

RGB Percentages of Color #f78aeb

%39.84
%22.26
%37.90

CMYK Percentages of Color #f78aeb

%0
%44
%5
%3

Triadic Colors of #f78aeb

#f78aeb #ebf78a #8aebf7

Analogous Colors of #f78aeb

#f78aeb #f78ab5 #cd8af7

Monochromatic Colors of #f78aeb

#f78aeb

Complementary Color

#f78aeb #8af796

#f78aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f78aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f78aeb Color CSS Codes

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

#f78aeb Text Font Color

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

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


#f78aeb Background Color

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

This div background color is #f78aeb


#f78aeb Border Color

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

This div border color is #f78aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f78aeb


Comments

No comments written yet.

Please login to write comment.