Color Hex Logo

#d77afe Color Hex

#D77AFE
(215,122,254)
0 Favorites   0 Comments

Color spaces of #d77afe

RGB 215122254
HSL0.780.990.74
HSV282°52°100°
CMYK 0.150.520.00   0.00
XYZ52.873335.521997.8356
Yxy35.52190.28390.1907
Hunter Lab59.600354.0527-55.6061
CIE-Lab66.153057.1076-51.3502

#d77afe color RGB value is (215,122,254).

#d77afe hex color red value is 215, green value is 122 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d77afe hue: 0.78 , saturation: 0.99 and the lightness value of d77afe is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111010 11111110
Octal 327 172 376
Decimal 215 122 254
Hex D7 7A FE

RGB Percentages of Color #d77afe

%36.38
%20.64
%42.98

CMYK Percentages of Color #d77afe

%15
%52
%0
%0

Triadic Colors of #d77afe

#d77afe #fed77a #7afed7

Analogous Colors of #d77afe

#d77afe #fe7ae3 #957afe

Monochromatic Colors of #d77afe

#d77afe

Complementary Color

#d77afe #a1fe7a

#d77afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77afe Color CSS Codes

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

#d77afe Text Font Color

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

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


#d77afe Background Color

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

This div background color is #d77afe


#d77afe Border Color

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

This div border color is #d77afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77afe


Comments

No comments written yet.

Please login to write comment.