Color Hex Logo

#d77bca Color Hex

#D77BCA
(215,123,202)
0 Favorites   0 Comments

Color spaces of #d77bca

RGB 215123202
HSL0.860.530.66
HSV308°43°84°
CMYK 0.000.430.06   0.16
XYZ45.768032.877359.8108
Yxy32.87730.33060.2375
Hunter Lab57.338742.1366-21.7091
CIE-Lab64.061446.8099-25.7590

#d77bca color RGB value is (215,123,202).

#d77bca hex color red value is 215, green value is 123 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d77bca hue: 0.86 , saturation: 0.53 and the lightness value of d77bca is 0.66.

The process color (four color CMYK) of #d77bca color hex is 0.00, 0.43, 0.06, 0.16. Web safe color of #d77bca is #cc66cc. Color #d77bca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111011 11001010
Octal 327 173 312
Decimal 215 123 202
Hex D7 7B CA

RGB Percentages of Color #d77bca

%39.81
%22.78
%37.41

CMYK Percentages of Color #d77bca

%0
%43
%6
%16

Triadic Colors of #d77bca

#d77bca #cad77b #7bcad7

Analogous Colors of #d77bca

#d77bca #d77b9c #b67bd7

Monochromatic Colors of #d77bca

#d77bca

Complementary Color

#d77bca #7bd788

#d77bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77bca Color CSS Codes

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

#d77bca Text Font Color

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

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


#d77bca Background Color

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

This div background color is #d77bca


#d77bca Border Color

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

This div border color is #d77bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77bca


Comments

No comments written yet.

Please login to write comment.