Color Hex Logo

#f758da Color Hex

#F758DA
(247,88,218)
0 Favorites   0 Comments

Color spaces of #f758da

RGB 24788218
HSL0.860.910.66
HSV311°64°97°
CMYK 0.000.640.12   0.03
XYZ54.502431.815669.5981
Yxy31.81560.34960.2041
Hunter Lab56.405373.7687-33.6738
CIE-Lab63.190274.0591-35.7482

#f758da color RGB value is (247,88,218).

#f758da hex color red value is 247, green value is 88 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f758da hue: 0.86 , saturation: 0.91 and the lightness value of f758da is 0.66.

The process color (four color CMYK) of #f758da color hex is 0.00, 0.64, 0.12, 0.03. Web safe color of #f758da is #ff66cc. Color #f758da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01011000 11011010
Octal 367 130 332
Decimal 247 88 218
Hex F7 58 DA

RGB Percentages of Color #f758da

%44.67
%15.91
%39.42

CMYK Percentages of Color #f758da

%0
%64
%12
%3

Triadic Colors of #f758da

#f758da #daf758 #58daf7

Analogous Colors of #f758da

#f758da #f7588b #c558f7

Monochromatic Colors of #f758da

#f758da

Complementary Color

#f758da #58f775

#f758da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f758da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f758da Color CSS Codes

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

#f758da Text Font Color

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

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


#f758da Background Color

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

This div background color is #f758da


#f758da Border Color

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

This div border color is #f758da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f758da


Comments

No comments written yet.

Please login to write comment.