Color Hex Logo

#f64aeb Color Hex

#F64AEB
(246,74,235)
0 Favorites   0 Comments

Color spaces of #f64aeb

RGB 24674235
HSL0.840.910.63
HSV304°70°96°
CMYK 0.000.700.04   0.04
XYZ55.450230.488581.5596
Yxy30.48850.33100.1820
Hunter Lab55.216482.6272-48.9252
CIE-Lab62.073481.2667-47.0265

#f64aeb color RGB value is (246,74,235).

#f64aeb hex color red value is 246, green value is 74 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f64aeb hue: 0.84 , saturation: 0.91 and the lightness value of f64aeb is 0.63.

The process color (four color CMYK) of #f64aeb color hex is 0.00, 0.70, 0.04, 0.04. Web safe color of #f64aeb is #ff33ff. Color #f64aeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01001010 11101011
Octal 366 112 353
Decimal 246 74 235
Hex F6 4A EB

RGB Percentages of Color #f64aeb

%44.32
%13.33
%42.34

CMYK Percentages of Color #f64aeb

%0
%70
%4
%4

Triadic Colors of #f64aeb

#f64aeb #ebf64a #4aebf6

Analogous Colors of #f64aeb

#f64aeb #f64a95 #ab4af6

Monochromatic Colors of #f64aeb

#f64aeb

Complementary Color

#f64aeb #4af655

#f64aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f64aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f64aeb Color CSS Codes

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

#f64aeb Text Font Color

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

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


#f64aeb Background Color

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

This div background color is #f64aeb


#f64aeb Border Color

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

This div border color is #f64aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f64aeb


Comments

No comments written yet.

Please login to write comment.