Color Hex Logo

#d778ba Color Hex

#D778BA
(215,120,186)
0 Favorites   0 Comments

Color spaces of #d778ba

RGB 215120186
HSL0.880.540.66
HSV318°44°84°
CMYK 0.000.440.13   0.16
XYZ43.603731.425250.2219
Yxy31.42520.34810.2509
Hunter Lab56.058240.7407-13.8765
CIE-Lab62.864945.6897-18.5541

#d778ba color RGB value is (215,120,186).

#d778ba hex color red value is 215, green value is 120 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d778ba hue: 0.88 , saturation: 0.54 and the lightness value of d778ba is 0.66.

The process color (four color CMYK) of #d778ba color hex is 0.00, 0.44, 0.13, 0.16. Web safe color of #d778ba is #cc66cc. Color #d778ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111000 10111010
Octal 327 170 272
Decimal 215 120 186
Hex D7 78 BA

RGB Percentages of Color #d778ba

%41.27
%23.03
%35.70

CMYK Percentages of Color #d778ba

%0
%44
%13
%16

Triadic Colors of #d778ba

#d778ba #bad778 #78bad7

Analogous Colors of #d778ba

#d778ba #d7788b #c578d7

Monochromatic Colors of #d778ba

#d778ba

Complementary Color

#d778ba #78d795

#d778ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d778ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d778ba Color CSS Codes

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

#d778ba Text Font Color

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

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


#d778ba Background Color

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

This div background color is #d778ba


#d778ba Border Color

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

This div border color is #d778ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d778ba


Comments

No comments written yet.

Please login to write comment.