Color Hex Logo

#d14acb Color Hex

#D14ACB
(209,74,203)
0 Favorites   0 Comments

Color spaces of #d14acb

RGB 20974203
HSL0.840.590.55
HSV303°65°82°
CMYK 0.000.650.03   0.18
XYZ39.522822.764758.8109
Yxy22.76470.32640.1880
Hunter Lab47.712464.3648-39.6830
CIE-Lab54.829167.9004-40.7589

#d14acb color RGB value is (209,74,203).

#d14acb hex color red value is 209, green value is 74 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d14acb hue: 0.84 , saturation: 0.59 and the lightness value of d14acb is 0.55.

The process color (four color CMYK) of #d14acb color hex is 0.00, 0.65, 0.03, 0.18. Web safe color of #d14acb is #cc33cc. Color #d14acb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001010 11001011
Octal 321 112 313
Decimal 209 74 203
Hex D1 4A CB

RGB Percentages of Color #d14acb

%43.00
%15.23
%41.77

CMYK Percentages of Color #d14acb

%0
%65
%3
%18

Triadic Colors of #d14acb

#d14acb #cbd14a #4acbd1

Analogous Colors of #d14acb

#d14acb #d14a88 #944ad1

Monochromatic Colors of #d14acb

#d14acb

Complementary Color

#d14acb #4ad150

#d14acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14acb Color CSS Codes

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

#d14acb Text Font Color

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

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


#d14acb Background Color

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

This div background color is #d14acb


#d14acb Border Color

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

This div border color is #d14acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14acb


Comments

No comments written yet.

Please login to write comment.