Color Hex Logo

#d14cec Color Hex

#D14CEC
(209,76,236)
0 Favorites   0 Comments

Color spaces of #d14cec

RGB 20976236
HSL0.810.810.61
HSV290°68°93°
CMYK 0.110.680.00   0.07
XYZ44.019324.780381.8199
Yxy24.78030.29230.1645
Hunter Lab49.779870.7293-62.6053
CIE-Lab56.860772.7913-56.2070

#d14cec color RGB value is (209,76,236).

#d14cec hex color red value is 209, green value is 76 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d14cec hue: 0.81 , saturation: 0.81 and the lightness value of d14cec is 0.61.

The process color (four color CMYK) of #d14cec color hex is 0.11, 0.68, 0.00, 0.07. Web safe color of #d14cec is #cc33ff. Color #d14cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001100 11101100
Octal 321 114 354
Decimal 209 76 236
Hex D1 4C EC

RGB Percentages of Color #d14cec

%40.12
%14.59
%45.30

CMYK Percentages of Color #d14cec

%11
%68
%0
%7

Triadic Colors of #d14cec

#d14cec #ecd14c #4cecd1

Analogous Colors of #d14cec

#d14cec #ec4cb7 #814cec

Monochromatic Colors of #d14cec

#d14cec

Complementary Color

#d14cec #67ec4c

#d14cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14cec Color CSS Codes

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

#d14cec Text Font Color

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

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


#d14cec Background Color

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

This div background color is #d14cec


#d14cec Border Color

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

This div border color is #d14cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14cec


Comments

No comments written yet.

Please login to write comment.