Color Hex Logo

#d77efd Color Hex

#D77EFD
(215,126,253)
0 Favorites   0 Comments

Color spaces of #d77efd

RGB 215126253
HSL0.780.970.74
HSV282°50°99°
CMYK 0.150.500.00   0.01
XYZ53.214836.460697.1614
Yxy36.46060.28480.1951
Hunter Lab60.382651.6413-53.1355
CIE-Lab66.870454.8989-49.6690

#d77efd color RGB value is (215,126,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111110 11111101
Octal 327 176 375
Decimal 215 126 253
Hex D7 7E FD

RGB Percentages of Color #d77efd

%36.20
%21.21
%42.59

CMYK Percentages of Color #d77efd

%15
%50
%0
%1

Triadic Colors of #d77efd

#d77efd #fdd77e #7efdd7

Analogous Colors of #d77efd

#d77efd #fd7ee4 #987efd

Monochromatic Colors of #d77efd

#d77efd

Complementary Color

#d77efd #a4fd7e

#d77efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77efd Color CSS Codes

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

#d77efd Text Font Color

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

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


#d77efd Background Color

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

This div background color is #d77efd


#d77efd Border Color

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

This div border color is #d77efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77efd

Related Colors


Comments

No comments written yet.

Please login to write comment.