Color Hex Logo

#f65dba Color Hex

#F65DBA
(246,93,186)
0 Favorites   0 Comments

Color spaces of #f65dba

RGB 24693186
HSL0.900.890.66
HSV324°62°96°
CMYK 0.000.620.24   0.04
XYZ50.783330.966749.7550
Yxy30.96670.38620.2355
Hunter Lab55.647765.5129-14.0582
CIE-Lab62.479567.4504-18.7383

#f65dba color RGB value is (246,93,186).

#f65dba hex color red value is 246, green value is 93 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f65dba hue: 0.90 , saturation: 0.89 and the lightness value of f65dba is 0.66.

The process color (four color CMYK) of #f65dba color hex is 0.00, 0.62, 0.24, 0.04. Web safe color of #f65dba is #ff66cc. Color #f65dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011101 10111010
Octal 366 135 272
Decimal 246 93 186
Hex F6 5D BA

RGB Percentages of Color #f65dba

%46.86
%17.71
%35.43

CMYK Percentages of Color #f65dba

%0
%62
%24
%4

Triadic Colors of #f65dba

#f65dba #baf65d #5dbaf6

Analogous Colors of #f65dba

#f65dba #f65d6e #e65df6

Monochromatic Colors of #f65dba

#f65dba

Complementary Color

#f65dba #5df699

#f65dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65dba Color CSS Codes

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

#f65dba Text Font Color

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

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


#f65dba Background Color

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

This div background color is #f65dba


#f65dba Border Color

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

This div border color is #f65dba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,93,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65dba


Comments

No comments written yet.

Please login to write comment.