Color Hex Logo

#d65afb Color Hex

#D65AFB
(214,90,251)
0 Favorites   0 Comments

Color spaces of #d65afb

RGB 21490251
HSL0.800.950.67
HSV286°64°98°
CMYK 0.150.640.00   0.02
XYZ48.800328.573594.2100
Yxy28.57350.28440.1665
Hunter Lab53.454269.4144-67.0774
CIE-Lab60.403471.0481-58.8493

#d65afb color RGB value is (214,90,251).

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

The process color (four color CMYK) of #d65afb color hex is 0.15, 0.64, 0.00, 0.02. Web safe color of #d65afb is #cc66ff. Color #d65afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011010 11111011
Octal 326 132 373
Decimal 214 90 251
Hex D6 5A FB

RGB Percentages of Color #d65afb

%38.56
%16.22
%45.23

CMYK Percentages of Color #d65afb

%15
%64
%0
%2

Triadic Colors of #d65afb

#d65afb #fbd65a #5afbd6

Analogous Colors of #d65afb

#d65afb #fb5ad0 #865afb

Monochromatic Colors of #d65afb

#d65afb

Complementary Color

#d65afb #7ffb5a

#d65afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65afb Color CSS Codes

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

#d65afb Text Font Color

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

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


#d65afb Background Color

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

This div background color is #d65afb


#d65afb Border Color

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

This div border color is #d65afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65afb


Comments

No comments written yet.

Please login to write comment.