Color Hex Logo

#d14cea Color Hex

#D14CEA
(209,76,234)
0 Favorites   0 Comments

Color spaces of #d14cea

RGB 20976234
HSL0.810.790.61
HSV291°68°92°
CMYK 0.110.680.00   0.08
XYZ43.730224.664780.2978
Yxy24.66470.29410.1659
Hunter Lab49.663670.2631-61.0977
CIE-Lab56.747372.4316-55.2680

#d14cea color RGB value is (209,76,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001100 11101010
Octal 321 114 352
Decimal 209 76 234
Hex D1 4C EA

RGB Percentages of Color #d14cea

%40.27
%14.64
%45.09

CMYK Percentages of Color #d14cea

%11
%68
%0
%8

Triadic Colors of #d14cea

#d14cea #ead14c #4cead1

Analogous Colors of #d14cea

#d14cea #ea4cb4 #824cea

Monochromatic Colors of #d14cea

#d14cea

Complementary Color

#d14cea #65ea4c

#d14cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14cea Color CSS Codes

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

#d14cea Text Font Color

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

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


#d14cea Background Color

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

This div background color is #d14cea


#d14cea Border Color

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

This div border color is #d14cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14cea


Comments

No comments written yet.

Please login to write comment.