Color Hex Logo

#d64bef Color Hex

#D64BEF
(214,75,239)
0 Favorites   0 Comments

Color spaces of #d64bef

RGB 21475239
HSL0.810.840.62
HSV291°69°94°
CMYK 0.100.690.00   0.06
XYZ45.827625.560384.1796
Yxy25.56030.29460.1643
Hunter Lab50.557273.3263-63.3300
CIE-Lab57.617374.7564-56.6340

#d64bef color RGB value is (214,75,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001011 11101111
Octal 326 113 357
Decimal 214 75 239
Hex D6 4B EF

RGB Percentages of Color #d64bef

%40.53
%14.20
%45.27

CMYK Percentages of Color #d64bef

%10
%69
%0
%6

Triadic Colors of #d64bef

#d64bef #efd64b #4befd6

Analogous Colors of #d64bef

#d64bef #ef4bb6 #844bef

Monochromatic Colors of #d64bef

#d64bef

Complementary Color

#d64bef #64ef4b

#d64bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64bef Color CSS Codes

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

#d64bef Text Font Color

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

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


#d64bef Background Color

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

This div background color is #d64bef


#d64bef Border Color

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

This div border color is #d64bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64bef


Comments

No comments written yet.

Please login to write comment.