Color Hex Logo

#f675ca Color Hex

#F675CA
(246,117,202)
0 Favorites   0 Comments

Color spaces of #f675ca

RGB 246117202
HSL0.890.880.71
HSV320°52°96°
CMYK 0.000.520.18   0.04
XYZ55.028036.579760.0374
Yxy36.57970.36290.2412
Hunter Lab60.481256.5639-16.5182
CIE-Lab66.960559.1388-20.9672

#f675ca color RGB value is (246,117,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01110101 11001010
Octal 366 165 312
Decimal 246 117 202
Hex F6 75 CA

RGB Percentages of Color #f675ca

%43.54
%20.71
%35.75

CMYK Percentages of Color #f675ca

%0
%52
%18
%4

Triadic Colors of #f675ca

#f675ca #caf675 #75caf6

Analogous Colors of #f675ca

#f675ca #f6758a #e275f6

Monochromatic Colors of #f675ca

#f675ca

Complementary Color

#f675ca #75f6a1

#f675ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f675ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f675ca Color CSS Codes

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

#f675ca Text Font Color

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

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


#f675ca Background Color

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

This div background color is #f675ca


#f675ca Border Color

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

This div border color is #f675ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f675ca


Comments

No comments written yet.

Please login to write comment.