Color Hex Logo

#f781ca Color Hex

#F781CA
(247,129,202)
0 Favorites   0 Comments

Color spaces of #f781ca

RGB 247129202
HSL0.900.880.74
HSV323°48°97°
CMYK 0.000.480.18   0.03
XYZ56.868739.738960.5502
Yxy39.73890.36190.2529
Hunter Lab63.038850.7109-12.8222
CIE-Lab69.283253.7230-17.4282

#f781ca color RGB value is (247,129,202).

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

The process color (four color CMYK) of #f781ca color hex is 0.00, 0.48, 0.18, 0.03. Web safe color of #f781ca is #ff99cc. Color #f781ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10000001 11001010
Octal 367 201 312
Decimal 247 129 202
Hex F7 81 CA

RGB Percentages of Color #f781ca

%42.73
%22.32
%34.95

CMYK Percentages of Color #f781ca

%0
%48
%18
%3

Triadic Colors of #f781ca

#f781ca #caf781 #81caf7

Analogous Colors of #f781ca

#f781ca #f7818f #e981f7

Monochromatic Colors of #f781ca

#f781ca

Complementary Color

#f781ca #81f7ae

#f781ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f781ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f781ca Color CSS Codes

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

#f781ca Text Font Color

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

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


#f781ca Background Color

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

This div background color is #f781ca


#f781ca Border Color

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

This div border color is #f781ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f781ca

Related Colors


Comments

No comments written yet.

Please login to write comment.