Color Hex Logo

#d14bbc Color Hex

#D14BBC
(209,75,188)
0 Favorites   0 Comments

Color spaces of #d14bbc

RGB 20975188
HSL0.860.590.56
HSV309°64°82°
CMYK 0.000.640.10   0.18
XYZ37.887722.218349.8686
Yxy22.21830.34450.2020
Hunter Lab47.136360.9881-29.7314
CIE-Lab54.257965.1436-33.0307

#d14bbc color RGB value is (209,75,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001011 10111100
Octal 321 113 274
Decimal 209 75 188
Hex D1 4B BC

RGB Percentages of Color #d14bbc

%44.28
%15.89
%39.83

CMYK Percentages of Color #d14bbc

%0
%64
%10
%18

Triadic Colors of #d14bbc

#d14bbc #bcd14b #4bbcd1

Analogous Colors of #d14bbc

#d14bbc #d14b79 #a34bd1

Monochromatic Colors of #d14bbc

#d14bbc

Complementary Color

#d14bbc #4bd160

#d14bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14bbc Color CSS Codes

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

#d14bbc Text Font Color

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

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


#d14bbc Background Color

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

This div background color is #d14bbc


#d14bbc Border Color

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

This div border color is #d14bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14bbc


Comments

No comments written yet.

Please login to write comment.