Color Hex Logo

#f75ada Color Hex

#F75ADA
(247,90,218)
0 Favorites   0 Comments

Color spaces of #f75ada

RGB 24790218
HSL0.860.910.66
HSV311°64°97°
CMYK 0.000.640.12   0.03
XYZ54.668832.148469.6536
Yxy32.14840.34940.2055
Hunter Lab56.699672.8826-33.1462
CIE-Lab63.465373.2954-35.3196

#f75ada color RGB value is (247,90,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01011010 11011010
Octal 367 132 332
Decimal 247 90 218
Hex F7 5A DA

RGB Percentages of Color #f75ada

%44.50
%16.22
%39.28

CMYK Percentages of Color #f75ada

%0
%64
%12
%3

Triadic Colors of #f75ada

#f75ada #daf75a #5adaf7

Analogous Colors of #f75ada

#f75ada #f75a8c #c65af7

Monochromatic Colors of #f75ada

#f75ada

Complementary Color

#f75ada #5af777

#f75ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f75ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#f75ada Color CSS Codes

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

#f75ada Text Font Color

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

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


#f75ada Background Color

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

This div background color is #f75ada


#f75ada Border Color

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

This div border color is #f75ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f75ada


Comments

No comments written yet.

Please login to write comment.