Color Hex Logo

#d77bfd Color Hex

#D77BFD
(215,123,253)
0 Favorites   0 Comments

Color spaces of #d77bfd

RGB 215123253
HSL0.780.970.74
HSV282°51°99°
CMYK 0.150.510.00   0.01
XYZ52.836935.704897.0354
Yxy35.70480.28470.1924
Hunter Lab59.753553.2696-54.4553
CIE-Lab66.293856.4065-50.5799

#d77bfd color RGB value is (215,123,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111011 11111101
Octal 327 173 375
Decimal 215 123 253
Hex D7 7B FD

RGB Percentages of Color #d77bfd

%36.38
%20.81
%42.81

CMYK Percentages of Color #d77bfd

%15
%51
%0
%1

Triadic Colors of #d77bfd

#d77bfd #fdd77b #7bfdd7

Analogous Colors of #d77bfd

#d77bfd #fd7be2 #967bfd

Monochromatic Colors of #d77bfd

#d77bfd

Complementary Color

#d77bfd #a1fd7b

#d77bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77bfd Color CSS Codes

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

#d77bfd Text Font Color

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

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


#d77bfd Background Color

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

This div background color is #d77bfd


#d77bfd Border Color

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

This div border color is #d77bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77bfd


Comments

No comments written yet.

Please login to write comment.