Color Hex Logo

#d67bde Color Hex

#D67BDE
(214,123,222)
0 Favorites   0 Comments

Color spaces of #d67bde

RGB 214123222
HSL0.820.600.68
HSV295°45°87°
CMYK 0.040.450.00   0.13
XYZ47.999333.736073.0891
Yxy33.73600.31000.2179
Hunter Lab58.082745.8669-33.9504
CIE-Lab64.752550.0993-35.8883

#d67bde color RGB value is (214,123,222).

#d67bde hex color red value is 214, green value is 123 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d67bde hue: 0.82 , saturation: 0.60 and the lightness value of d67bde is 0.68.

The process color (four color CMYK) of #d67bde color hex is 0.04, 0.45, 0.00, 0.13. Web safe color of #d67bde is #cc66cc. Color #d67bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01111011 11011110
Octal 326 173 336
Decimal 214 123 222
Hex D6 7B DE

RGB Percentages of Color #d67bde

%38.28
%22.00
%39.71

CMYK Percentages of Color #d67bde

%4
%45
%0
%13

Triadic Colors of #d67bde

#d67bde #ded67b #7bded6

Analogous Colors of #d67bde

#d67bde #de7bb5 #a57bde

Monochromatic Colors of #d67bde

#d67bde

Complementary Color

#d67bde #83de7b

#d67bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d67bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d67bde Color CSS Codes

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

#d67bde Text Font Color

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

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


#d67bde Background Color

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

This div background color is #d67bde


#d67bde Border Color

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

This div border color is #d67bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d67bde


Comments

No comments written yet.

Please login to write comment.