Color Hex Logo

#f65cdf Color Hex

#F65CDF
(246,92,223)
0 Favorites   0 Comments

Color spaces of #f65cdf

RGB 24692223
HSL0.860.900.66
HSV309°63°96°
CMYK 0.000.630.09   0.04
XYZ55.152532.574873.1928
Yxy32.57480.34270.2024
Hunter Lab57.074372.6094-36.0822
CIE-Lab63.815173.0104-37.5872

#f65cdf color RGB value is (246,92,223).

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

The process color (four color CMYK) of #f65cdf color hex is 0.00, 0.63, 0.09, 0.04. Web safe color of #f65cdf is #ff66cc. Color #f65cdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011100 11011111
Octal 366 134 337
Decimal 246 92 223
Hex F6 5C DF

RGB Percentages of Color #f65cdf

%43.85
%16.40
%39.75

CMYK Percentages of Color #f65cdf

%0
%63
%9
%4

Triadic Colors of #f65cdf

#f65cdf #dff65c #5cdff6

Analogous Colors of #f65cdf

#f65cdf #f65c92 #c05cf6

Monochromatic Colors of #f65cdf

#f65cdf

Complementary Color

#f65cdf #5cf673

#f65cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65cdf Color CSS Codes

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

#f65cdf Text Font Color

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

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


#f65cdf Background Color

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

This div background color is #f65cdf


#f65cdf Border Color

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

This div border color is #f65cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65cdf


Comments

No comments written yet.

Please login to write comment.