Color Hex Logo

#d774b8 Color Hex

#D774B8
(215,116,184)
0 Favorites   0 Comments

Color spaces of #d774b8

RGB 215116184
HSL0.890.550.65
HSV319°46°84°
CMYK 0.000.460.14   0.16
XYZ42.921530.398548.9527
Yxy30.39850.35100.2486
Hunter Lab55.134842.4732-14.0476
CIE-Lab61.996547.4111-18.7385

#d774b8 color RGB value is (215,116,184).

#d774b8 hex color red value is 215, green value is 116 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #d774b8 hue: 0.89 , saturation: 0.55 and the lightness value of d774b8 is 0.65.

The process color (four color CMYK) of #d774b8 color hex is 0.00, 0.46, 0.14, 0.16. Web safe color of #d774b8 is #cc66cc. Color #d774b8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110100 10111000
Octal 327 164 270
Decimal 215 116 184
Hex D7 74 B8

RGB Percentages of Color #d774b8

%41.75
%22.52
%35.73

CMYK Percentages of Color #d774b8

%0
%46
%14
%16

Triadic Colors of #d774b8

#d774b8 #b8d774 #74b8d7

Analogous Colors of #d774b8

#d774b8 #d77487 #c574d7

Monochromatic Colors of #d774b8

#d774b8

Complementary Color

#d774b8 #74d793

#d774b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d774b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d774b8 Color CSS Codes

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

#d774b8 Text Font Color

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

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


#d774b8 Background Color

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

This div background color is #d774b8


#d774b8 Border Color

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

This div border color is #d774b8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d774b8


Comments

No comments written yet.

Please login to write comment.