Color Hex Logo

#d77bed Color Hex

#D77BED
(215,123,237)
0 Favorites   0 Comments

Color spaces of #d77bed

RGB 215123237
HSL0.800.760.71
HSV288°48°93°
CMYK 0.090.480.00   0.07
XYZ50.393434.727484.1678
Yxy34.72740.29770.2051
Hunter Lab58.930049.5152-43.4311
CIE-Lab65.535953.2354-42.9727

#d77bed color RGB value is (215,123,237).

#d77bed hex color red value is 215, green value is 123 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d77bed hue: 0.80 , saturation: 0.76 and the lightness value of d77bed is 0.71.

The process color (four color CMYK) of #d77bed color hex is 0.09, 0.48, 0.00, 0.07. Web safe color of #d77bed is #cc66ff. Color #d77bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111011 11101101
Octal 327 173 355
Decimal 215 123 237
Hex D7 7B ED

RGB Percentages of Color #d77bed

%37.39
%21.39
%41.22

CMYK Percentages of Color #d77bed

%9
%48
%0
%7

Triadic Colors of #d77bed

#d77bed #edd77b #7bedd7

Analogous Colors of #d77bed

#d77bed #ed7bca #9e7bed

Monochromatic Colors of #d77bed

#d77bed

Complementary Color

#d77bed #91ed7b

#d77bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77bed Color CSS Codes

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

#d77bed Text Font Color

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

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


#d77bed Background Color

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

This div background color is #d77bed


#d77bed Border Color

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

This div border color is #d77bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77bed


Comments

No comments written yet.

Please login to write comment.