Color Hex Logo

#d14eeb Color Hex

#D14EEB
(209,78,235)
0 Favorites   0 Comments

Color spaces of #d14eeb

RGB 20978235
HSL0.810.800.61
HSV290°67°92°
CMYK 0.110.670.00   0.08
XYZ44.014325.002281.1034
Yxy25.00220.29320.1665
Hunter Lab50.002269.6203-61.1666
CIE-Lab57.077671.8420-55.3008

#d14eeb color RGB value is (209,78,235).

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

The process color (four color CMYK) of #d14eeb color hex is 0.11, 0.67, 0.00, 0.08. Web safe color of #d14eeb is #cc66ff. Color #d14eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001110 11101011
Octal 321 116 353
Decimal 209 78 235
Hex D1 4E EB

RGB Percentages of Color #d14eeb

%40.04
%14.94
%45.02

CMYK Percentages of Color #d14eeb

%11
%67
%0
%8

Triadic Colors of #d14eeb

#d14eeb #ebd14e #4eebd1

Analogous Colors of #d14eeb

#d14eeb #eb4eb7 #834eeb

Monochromatic Colors of #d14eeb

#d14eeb

Complementary Color

#d14eeb #68eb4e

#d14eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14eeb Color CSS Codes

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

#d14eeb Text Font Color

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

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


#d14eeb Background Color

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

This div background color is #d14eeb


#d14eeb Border Color

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

This div border color is #d14eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14eeb


Comments

No comments written yet.

Please login to write comment.