Color Hex Logo

#d64bfa Color Hex

#D64BFA
(214,75,250)
0 Favorites   0 Comments

Color spaces of #d64bfa

RGB 21475250
HSL0.800.950.64
HSV288°70°98°
CMYK 0.140.700.00   0.02
XYZ47.503026.230493.0018
Yxy26.23040.28490.1573
Hunter Lab51.215675.9332-71.8130
CIE-Lab58.255176.7281-61.7350

#d64bfa color RGB value is (214,75,250).

#d64bfa hex color red value is 214, green value is 75 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d64bfa hue: 0.80 , saturation: 0.95 and the lightness value of d64bfa is 0.64.

The process color (four color CMYK) of #d64bfa color hex is 0.14, 0.70, 0.00, 0.02. Web safe color of #d64bfa is #cc33ff. Color #d64bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001011 11111010
Octal 326 113 372
Decimal 214 75 250
Hex D6 4B FA

RGB Percentages of Color #d64bfa

%39.70
%13.91
%46.38

CMYK Percentages of Color #d64bfa

%14
%70
%0
%2

Triadic Colors of #d64bfa

#d64bfa #fad64b #4bfad6

Analogous Colors of #d64bfa

#d64bfa #fa4bc7 #7f4bfa

Monochromatic Colors of #d64bfa

#d64bfa

Complementary Color

#d64bfa #6ffa4b

#d64bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64bfa Color CSS Codes

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

#d64bfa Text Font Color

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

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


#d64bfa Background Color

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

This div background color is #d64bfa


#d64bfa Border Color

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

This div border color is #d64bfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,75,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64bfa


Comments

No comments written yet.

Please login to write comment.