Color Hex Logo

#f65dfd Color Hex

#F65DFD
(246,93,253)
0 Favorites   0 Comments

Color spaces of #f65dfd

RGB 24693253
HSL0.830.980.68
HSV297°63°99°
CMYK 0.030.630.00   0.01
XYZ59.650034.513496.4464
Yxy34.51340.31290.1811
Hunter Lab58.748178.4311-56.2123
CIE-Lab65.368077.3580-51.7858

#f65dfd color RGB value is (246,93,253).

#f65dfd hex color red value is 246, green value is 93 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f65dfd hue: 0.83 , saturation: 0.98 and the lightness value of f65dfd is 0.68.

The process color (four color CMYK) of #f65dfd color hex is 0.03, 0.63, 0.00, 0.01. Web safe color of #f65dfd is #ff66ff. Color #f65dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011101 11111101
Octal 366 135 375
Decimal 246 93 253
Hex F6 5D FD

RGB Percentages of Color #f65dfd

%41.55
%15.71
%42.74

CMYK Percentages of Color #f65dfd

%3
%63
%0
%1

Triadic Colors of #f65dfd

#f65dfd #fdf65d #5dfdf6

Analogous Colors of #f65dfd

#f65dfd #fd5db4 #a65dfd

Monochromatic Colors of #f65dfd

#f65dfd

Complementary Color

#f65dfd #64fd5d

#f65dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65dfd Color CSS Codes

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

#f65dfd Text Font Color

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

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


#f65dfd Background Color

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

This div background color is #f65dfd


#f65dfd Border Color

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

This div border color is #f65dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.