Color Hex Logo

#d14aca Color Hex

#D14ACA
(209,74,202)
0 Favorites   0 Comments

Color spaces of #d14aca

RGB 20974202
HSL0.840.590.55
HSV303°65°82°
CMYK 0.000.650.03   0.18
XYZ39.403922.717158.1851
Yxy22.71710.32750.1888
Hunter Lab47.662564.1617-39.0160
CIE-Lab54.779767.7387-40.2642

#d14aca color RGB value is (209,74,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001010 11001010
Octal 321 112 312
Decimal 209 74 202
Hex D1 4A CA

RGB Percentages of Color #d14aca

%43.09
%15.26
%41.65

CMYK Percentages of Color #d14aca

%0
%65
%3
%18

Triadic Colors of #d14aca

#d14aca #cad14a #4acad1

Analogous Colors of #d14aca

#d14aca #d14a87 #954ad1

Monochromatic Colors of #d14aca

#d14aca

Complementary Color

#d14aca #4ad151

#d14aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14aca Color CSS Codes

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

#d14aca Text Font Color

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

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


#d14aca Background Color

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

This div background color is #d14aca


#d14aca Border Color

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

This div border color is #d14aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14aca


Comments

No comments written yet.

Please login to write comment.