Color Hex Logo

#d14beb Color Hex

#D14BEB
(209,75,235)
0 Favorites   0 Comments

Color spaces of #d14beb

RGB 20975235
HSL0.810.800.61
HSV290°68°92°
CMYK 0.110.680.00   0.08
XYZ43.806024.585681.0339
Yxy24.58560.29320.1645
Hunter Lab49.583970.9281-62.1877
CIE-Lab56.669472.9901-55.9527

#d14beb color RGB value is (209,75,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001011 11101011
Octal 321 113 353
Decimal 209 75 235
Hex D1 4B EB

RGB Percentages of Color #d14beb

%40.27
%14.45
%45.28

CMYK Percentages of Color #d14beb

%11
%68
%0
%8

Triadic Colors of #d14beb

#d14beb #ebd14b #4bebd1

Analogous Colors of #d14beb

#d14beb #eb4bb5 #814beb

Monochromatic Colors of #d14beb

#d14beb

Complementary Color

#d14beb #65eb4b

#d14beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14beb Color CSS Codes

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

#d14beb Text Font Color

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

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


#d14beb Background Color

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

This div background color is #d14beb


#d14beb Border Color

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

This div border color is #d14beb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,75,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 #d14beb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14beb


Comments

No comments written yet.

Please login to write comment.