color codes Logo

#d17bc4 color codes

#D17BC4
(209,123,196)
0 Favorites   0 Comments

Color spaces of #d17bc4

RGB 209123196
HSL0.860.480.65
HSV309°41°82°
CMYK 0.000.410.06   0.18
XYZ43.341331.706756.0602
Yxy31.70670.33060.2418
Hunter Lab56.308738.8528-19.6122
CIE-Lab63.099743.9026-23.9192

#d17bc4 color RGB value is (209,123,196).

#d17bc4 hex color red value is 209, green value is 123 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #d17bc4 hue: 0.86 , saturation: 0.48 and the lightness value of d17bc4 is 0.65.

The process color (four color CMYK) of #d17bc4 color code is 0.00, 0.41, 0.06, 0.18. Web safe color of #d17bc4 is #cc66cc. Color #d17bc4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111011 11000100
Octal 321 173 304
Decimal 209 123 196
Hex D1 7B C4

RGB Percentages of Color #d17bc4

%39.58
%23.30
%37.12

CMYK Percentages of Color #d17bc4

%0
%41
%6
%18

Triadic Colors of #d17bc4

#d17bc4 #c4d17b #7bc4d1

Analogous Colors of #d17bc4

#d17bc4 #d17b99 #b37bd1

Monochromatic Colors of #d17bc4

#d17bc4

Complementary Color

#d17bc4 #7bd188

#d17bc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17bc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17bc4 Color CSS Codes

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

#d17bc4 Text Font Color

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

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


#d17bc4 Background Color

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

This div background color is #d17bc4


#d17bc4 Border Color

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

This div border color is #d17bc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17bc4


Comments

No comments written yet.

Please login to write comment.