Color Hex Logo

#ff76ca Color Hex

#FF76CA
(255,118,202)
0 Favorites   0 Comments

Color spaces of #ff76ca

RGB 255118202
HSL0.901.000.73
HSV323°54°100°
CMYK 0.000.540.21   0.00
XYZ58.379138.481160.2278
Yxy38.48110.37160.2450
Hunter Lab62.033159.4275-14.1413
CIE-Lab68.373761.3405-18.7038

#ff76ca color RGB value is (255,118,202).

#ff76ca hex color red value is 255, green value is 118 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ff76ca hue: 0.90 , saturation: 1.00 and the lightness value of ff76ca is 0.73.

The process color (four color CMYK) of #ff76ca color hex is 0.00, 0.54, 0.21, 0.00. Web safe color of #ff76ca is #ff66cc. Color #ff76ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110110 11001010
Octal 377 166 312
Decimal 255 118 202
Hex FF 76 CA

RGB Percentages of Color #ff76ca

%44.35
%20.52
%35.13

CMYK Percentages of Color #ff76ca

%0
%54
%21
%0

Triadic Colors of #ff76ca

#ff76ca #caff76 #76caff

Analogous Colors of #ff76ca

#ff76ca #ff7686 #f076ff

Monochromatic Colors of #ff76ca

#ff76ca

Complementary Color

#ff76ca #76ffab

#ff76ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff76ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff76ca Color CSS Codes

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

#ff76ca Text Font Color

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

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


#ff76ca Background Color

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

This div background color is #ff76ca


#ff76ca Border Color

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

This div border color is #ff76ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff76ca


Comments

No comments written yet.

Please login to write comment.