Color Hex Logo

#fd77ee Color Hex

#FD77EE
(253,119,238)
0 Favorites   0 Comments

Color spaces of #fd77ee

RGB 253119238
HSL0.850.970.73
HSV307°53°99°
CMYK 0.000.530.06   0.01
XYZ62.537540.249385.3617
Yxy40.24930.33240.2139
Hunter Lab63.442364.9301-35.3651
CIE-Lab69.646765.7143-36.7488

#fd77ee color RGB value is (253,119,238).

#fd77ee hex color red value is 253, green value is 119 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fd77ee hue: 0.85 , saturation: 0.97 and the lightness value of fd77ee is 0.73.

The process color (four color CMYK) of #fd77ee color hex is 0.00, 0.53, 0.06, 0.01. Web safe color of #fd77ee is #ff66ff. Color #fd77ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110111 11101110
Octal 375 167 356
Decimal 253 119 238
Hex FD 77 EE

RGB Percentages of Color #fd77ee

%41.48
%19.51
%39.02

CMYK Percentages of Color #fd77ee

%0
%53
%6
%1

Triadic Colors of #fd77ee

#fd77ee #eefd77 #77eefd

Analogous Colors of #fd77ee

#fd77ee #fd77ab #c977fd

Monochromatic Colors of #fd77ee

#fd77ee

Complementary Color

#fd77ee #77fd86

#fd77ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd77ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd77ee Color CSS Codes

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

#fd77ee Text Font Color

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

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


#fd77ee Background Color

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

This div background color is #fd77ee


#fd77ee Border Color

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

This div border color is #fd77ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,119,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd77ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd77ee;
  -webkit-box-shadow: 1px 1px 3px 2px #fd77ee;
  box-shadow:         1px 1px 3px 2px #fd77ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,119,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fd77ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd77ee


Comments

No comments written yet.

Please login to write comment.