Color Hex Logo

#d14cef Color Hex

#D14CEF
(209,76,239)
0 Favorites   0 Comments

Color spaces of #d14cef

RGB 20976239
HSL0.800.840.62
HSV289°68°94°
CMYK 0.130.680.00   0.06
XYZ44.458924.956284.1351
Yxy24.95620.28950.1625
Hunter Lab49.956271.4342-64.8856
CIE-Lab57.032773.3334-57.6095

#d14cef color RGB value is (209,76,239).

#d14cef hex color red value is 209, green value is 76 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d14cef hue: 0.80 , saturation: 0.84 and the lightness value of d14cef is 0.62.

The process color (four color CMYK) of #d14cef color hex is 0.13, 0.68, 0.00, 0.06. Web safe color of #d14cef is #cc33ff. Color #d14cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001100 11101111
Octal 321 114 357
Decimal 209 76 239
Hex D1 4C EF

RGB Percentages of Color #d14cef

%39.89
%14.50
%45.61

CMYK Percentages of Color #d14cef

%13
%68
%0
%6

Triadic Colors of #d14cef

#d14cef #efd14c #4cefd1

Analogous Colors of #d14cef

#d14cef #ef4cbc #804cef

Monochromatic Colors of #d14cef

#d14cef

Complementary Color

#d14cef #6aef4c

#d14cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14cef Color CSS Codes

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

#d14cef Text Font Color

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

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


#d14cef Background Color

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

This div background color is #d14cef


#d14cef Border Color

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

This div border color is #d14cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14cef


Comments

No comments written yet.

Please login to write comment.