Color Hex Logo

#f734ca Color Hex

#F734CA
(247,52,202)
0 Favorites   0 Comments

Color spaces of #f734ca

RGB 24752202
HSL0.870.920.59
HSV314°79°97°
CMYK 0.000.790.18   0.03
XYZ50.246426.494458.3428
Yxy26.49440.37200.1961
Hunter Lab51.472784.1701-31.1726
CIE-Lab58.503483.1540-33.9907

#f734ca color RGB value is (247,52,202).

#f734ca hex color red value is 247, green value is 52 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f734ca hue: 0.87 , saturation: 0.92 and the lightness value of f734ca is 0.59.

The process color (four color CMYK) of #f734ca color hex is 0.00, 0.79, 0.18, 0.03. Web safe color of #f734ca is #ff33cc. Color #f734ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00110100 11001010
Octal 367 64 312
Decimal 247 52 202
Hex F7 34 CA

RGB Percentages of Color #f734ca

%49.30
%10.38
%40.32

CMYK Percentages of Color #f734ca

%0
%79
%18
%3

Triadic Colors of #f734ca

#f734ca #caf734 #34caf7

Analogous Colors of #f734ca

#f734ca #f73469 #c334f7

Monochromatic Colors of #f734ca

#f734ca

Complementary Color

#f734ca #34f761

#f734ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f734ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f734ca Color CSS Codes

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

#f734ca Text Font Color

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

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


#f734ca Background Color

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

This div background color is #f734ca


#f734ca Border Color

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

This div border color is #f734ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f734ca


Comments

No comments written yet.

Please login to write comment.