Color Hex Logo

#f65dce Color Hex

#F65DCE
(246,93,206)
0 Favorites   0 Comments

Color spaces of #f65dce

RGB 24693206
HSL0.880.890.66
HSV316°62°96°
CMYK 0.000.620.16   0.04
XYZ53.061031.877861.7489
Yxy31.87780.36170.2173
Hunter Lab56.460468.9469-25.3212
CIE-Lab63.241870.1421-28.9227

#f65dce color RGB value is (246,93,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011101 11001110
Octal 366 135 316
Decimal 246 93 206
Hex F6 5D CE

RGB Percentages of Color #f65dce

%45.14
%17.06
%37.80

CMYK Percentages of Color #f65dce

%0
%62
%16
%4

Triadic Colors of #f65dce

#f65dce #cef65d #5dcef6

Analogous Colors of #f65dce

#f65dce #f65d82 #d25df6

Monochromatic Colors of #f65dce

#f65dce

Complementary Color

#f65dce #5df685

#f65dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65dce Color CSS Codes

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

#f65dce Text Font Color

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

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


#f65dce Background Color

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

This div background color is #f65dce


#f65dce Border Color

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

This div border color is #f65dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65dce


Comments

No comments written yet.

Please login to write comment.