Color Hex Logo

#f845e8 Color Hex

#F845E8
(248,69,232)
0 Favorites   0 Comments

Color spaces of #f845e8

RGB 24869232
HSL0.850.930.62
HSV305°72°97°
CMYK 0.000.720.06   0.03
XYZ55.405030.038979.2218
Yxy30.03890.33650.1824
Hunter Lab54.807884.5316-47.3352
CIE-Lab61.687882.8156-45.9392

#f845e8 color RGB value is (248,69,232).

#f845e8 hex color red value is 248, green value is 69 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #f845e8 hue: 0.85 , saturation: 0.93 and the lightness value of f845e8 is 0.62.

The process color (four color CMYK) of #f845e8 color hex is 0.00, 0.72, 0.06, 0.03. Web safe color of #f845e8 is #ff33ff. Color #f845e8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01000101 11101000
Octal 370 105 350
Decimal 248 69 232
Hex F8 45 E8

RGB Percentages of Color #f845e8

%45.17
%12.57
%42.26

CMYK Percentages of Color #f845e8

%0
%72
%6
%3

Triadic Colors of #f845e8

#f845e8 #e8f845 #45e8f8

Analogous Colors of #f845e8

#f845e8 #f8458f #af45f8

Monochromatic Colors of #f845e8

#f845e8

Complementary Color

#f845e8 #45f855

#f845e8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f845e8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f845e8 Color CSS Codes

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

#f845e8 Text Font Color

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

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


#f845e8 Background Color

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

This div background color is #f845e8


#f845e8 Border Color

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

This div border color is #f845e8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,69,232, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f845e8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f845e8;
  -webkit-box-shadow: 1px 1px 3px 2px #f845e8;
  box-shadow:         1px 1px 3px 2px #f845e8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,69,232, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f845e8


Comments

No comments written yet.

Please login to write comment.