Color Hex Logo

#f603ca Color Hex

#F603CA
(246,3,202)
0 Favorites   0 Comments

Color spaces of #f603ca

RGB 2463202
HSL0.860.980.49
HSV311°99°96°
CMYK 0.000.990.18   0.04
XYZ48.699323.922257.9278
Yxy23.92220.37300.1832
Hunter Lab48.910392.1368-35.9839
CIE-Lab56.009889.7094-37.9038

#f603ca color RGB value is (246,3,202).

#f603ca hex color red value is 246, green value is 3 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f603ca hue: 0.86 , saturation: 0.98 and the lightness value of f603ca is 0.49.

The process color (four color CMYK) of #f603ca color hex is 0.00, 0.99, 0.18, 0.04. Web safe color of #f603ca is #ff00cc. Color #f603ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000011 11001010
Octal 366 3 312
Decimal 246 3 202
Hex F6 3 CA

RGB Percentages of Color #f603ca

%54.55
%0.67
%44.79

CMYK Percentages of Color #f603ca

%0
%99
%18
%4

Triadic Colors of #f603ca

#f603ca #caf603 #03caf6

Analogous Colors of #f603ca

#f603ca #f60351 #a903f6

Monochromatic Colors of #f603ca

#f603ca

Complementary Color

#f603ca #03f62f

#f603ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f603ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f603ca Color CSS Codes

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

#f603ca Text Font Color

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

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


#f603ca Background Color

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

This div background color is #f603ca


#f603ca Border Color

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

This div border color is #f603ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,3,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 #f603ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f603ca


Comments

No comments written yet.

Please login to write comment.