Color Hex Logo

#f65cca Color Hex

#F65CCA
(246,92,202)
0 Favorites   0 Comments

Color spaces of #f65cca

RGB 24692202
HSL0.880.900.66
HSV317°63°96°
CMYK 0.000.630.18   0.04
XYZ52.493931.511459.1927
Yxy31.51140.36660.2201
Hunter Lab56.135068.6856-23.2250
CIE-Lab62.937069.9838-27.1315

#f65cca color RGB value is (246,92,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011100 11001010
Octal 366 134 312
Decimal 246 92 202
Hex F6 5C CA

RGB Percentages of Color #f65cca

%45.56
%17.04
%37.41

CMYK Percentages of Color #f65cca

%0
%63
%18
%4

Triadic Colors of #f65cca

#f65cca #caf65c #5ccaf6

Analogous Colors of #f65cca

#f65cca #f65c7d #d55cf6

Monochromatic Colors of #f65cca

#f65cca

Complementary Color

#f65cca #5cf688

#f65cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65cca Color CSS Codes

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

#f65cca Text Font Color

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

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


#f65cca Background Color

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

This div background color is #f65cca


#f65cca Border Color

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

This div border color is #f65cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65cca


Comments

No comments written yet.

Please login to write comment.