Color Hex Logo

#d67bfd Color Hex

#D67BFD
(214,123,253)
0 Favorites   0 Comments

Color spaces of #d67bfd

RGB 214123253
HSL0.780.970.74
HSV282°51°99°
CMYK 0.150.510.00   0.01
XYZ52.544135.553997.0217
Yxy35.55390.28380.1921
Hunter Lab59.627152.9489-54.7342
CIE-Lab66.177756.1461-50.7710

#d67bfd color RGB value is (214,123,253).

#d67bfd hex color red value is 214, green value is 123 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d67bfd hue: 0.78 , saturation: 0.97 and the lightness value of d67bfd is 0.74.

The process color (four color CMYK) of #d67bfd color hex is 0.15, 0.51, 0.00, 0.01. Web safe color of #d67bfd is #cc66ff. Color #d67bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01111011 11111101
Octal 326 173 375
Decimal 214 123 253
Hex D6 7B FD

RGB Percentages of Color #d67bfd

%36.27
%20.85
%42.88

CMYK Percentages of Color #d67bfd

%15
%51
%0
%1

Triadic Colors of #d67bfd

#d67bfd #fdd67b #7bfdd6

Analogous Colors of #d67bfd

#d67bfd #fd7be3 #957bfd

Monochromatic Colors of #d67bfd

#d67bfd

Complementary Color

#d67bfd #a2fd7b

#d67bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d67bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d67bfd Color CSS Codes

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

#d67bfd Text Font Color

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

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


#d67bfd Background Color

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

This div background color is #d67bfd


#d67bfd Border Color

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

This div border color is #d67bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d67bfd


Comments

No comments written yet.

Please login to write comment.