Color Hex Logo

#d14bbd Color Hex

#D14BBD
(209,75,189)
0 Favorites   0 Comments

Color spaces of #d14bbd

RGB 20975189
HSL0.860.590.56
HSV309°64°82°
CMYK 0.000.640.10   0.18
XYZ37.995922.261650.4384
Yxy22.26160.34320.2011
Hunter Lab47.182261.1775-30.3543
CIE-Lab54.303565.2970-33.5370

#d14bbd color RGB value is (209,75,189).

#d14bbd hex color red value is 209, green value is 75 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d14bbd hue: 0.86 , saturation: 0.59 and the lightness value of d14bbd is 0.56.

The process color (four color CMYK) of #d14bbd color hex is 0.00, 0.64, 0.10, 0.18. Web safe color of #d14bbd is #cc33cc. Color #d14bbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001011 10111101
Octal 321 113 275
Decimal 209 75 189
Hex D1 4B BD

RGB Percentages of Color #d14bbd

%44.19
%15.86
%39.96

CMYK Percentages of Color #d14bbd

%0
%64
%10
%18

Triadic Colors of #d14bbd

#d14bbd #bdd14b #4bbdd1

Analogous Colors of #d14bbd

#d14bbd #d14b7a #a24bd1

Monochromatic Colors of #d14bbd

#d14bbd

Complementary Color

#d14bbd #4bd15f

#d14bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14bbd Color CSS Codes

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

#d14bbd Text Font Color

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

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


#d14bbd Background Color

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

This div background color is #d14bbd


#d14bbd Border Color

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

This div border color is #d14bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14bbd


Comments

No comments written yet.

Please login to write comment.