Color Hex Logo

#d77ffd Color Hex

#D77FFD
(215,127,253)
0 Favorites   0 Comments

Color spaces of #d77ffd

RGB 215127253
HSL0.780.970.75
HSV282°50°99°
CMYK 0.150.500.00   0.01
XYZ53.343336.717797.2042
Yxy36.71770.28490.1961
Hunter Lab60.595151.0962-52.6940
CIE-Lab67.064754.3928-49.3623

#d77ffd color RGB value is (215,127,253).

#d77ffd hex color red value is 215, green value is 127 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d77ffd hue: 0.78 , saturation: 0.97 and the lightness value of d77ffd is 0.75.

The process color (four color CMYK) of #d77ffd color hex is 0.15, 0.50, 0.00, 0.01. Web safe color of #d77ffd is #cc66ff. Color #d77ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111111 11111101
Octal 327 177 375
Decimal 215 127 253
Hex D7 7F FD

RGB Percentages of Color #d77ffd

%36.13
%21.34
%42.52

CMYK Percentages of Color #d77ffd

%15
%50
%0
%1

Triadic Colors of #d77ffd

#d77ffd #fdd77f #7ffdd7

Analogous Colors of #d77ffd

#d77ffd #fd7fe4 #987ffd

Monochromatic Colors of #d77ffd

#d77ffd

Complementary Color

#d77ffd #a5fd7f

#d77ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77ffd Color CSS Codes

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

#d77ffd Text Font Color

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

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


#d77ffd Background Color

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

This div background color is #d77ffd


#d77ffd Border Color

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

This div border color is #d77ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77ffd


Comments

No comments written yet.

Please login to write comment.