Color Hex Logo

#d14bef Color Hex

#D14BEF
(209,75,239)
0 Favorites   0 Comments

Color spaces of #d14bef

RGB 20975239
HSL0.800.840.62
HSV289°69°94°
CMYK 0.130.690.00   0.06
XYZ44.390624.819584.1123
Yxy24.81950.28950.1619
Hunter Lab49.819271.8661-65.2290
CIE-Lab56.899173.7104-57.8233

#d14bef color RGB value is (209,75,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001011 11101111
Octal 321 113 357
Decimal 209 75 239
Hex D1 4B EF

RGB Percentages of Color #d14bef

%39.96
%14.34
%45.70

CMYK Percentages of Color #d14bef

%13
%69
%0
%6

Triadic Colors of #d14bef

#d14bef #efd14b #4befd1

Analogous Colors of #d14bef

#d14bef #ef4bbb #7f4bef

Monochromatic Colors of #d14bef

#d14bef

Complementary Color

#d14bef #69ef4b

#d14bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14bef Color CSS Codes

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

#d14bef Text Font Color

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

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


#d14bef Background Color

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

This div background color is #d14bef


#d14bef Border Color

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

This div border color is #d14bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14bef


Comments

No comments written yet.

Please login to write comment.