Color Hex Logo

#d468bf Color Hex

#D468BF
(212,104,191)
0 Favorites   0 Comments

Color spaces of #d468bf

RGB 212104191
HSL0.870.560.62
HSV312°51°83°
CMYK 0.000.510.10   0.17
XYZ41.505727.659352.4414
Yxy27.65930.34130.2274
Hunter Lab52.592148.8360-22.3056
CIE-Lab59.579753.5636-26.4620

#d468bf color RGB value is (212,104,191).

#d468bf hex color red value is 212, green value is 104 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d468bf hue: 0.87 , saturation: 0.56 and the lightness value of d468bf is 0.62.

The process color (four color CMYK) of #d468bf color hex is 0.00, 0.51, 0.10, 0.17. Web safe color of #d468bf is #cc66cc. Color #d468bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01101000 10111111
Octal 324 150 277
Decimal 212 104 191
Hex D4 68 BF

RGB Percentages of Color #d468bf

%41.81
%20.51
%37.67

CMYK Percentages of Color #d468bf

%0
%51
%10
%17

Triadic Colors of #d468bf

#d468bf #bfd468 #68bfd4

Analogous Colors of #d468bf

#d468bf #d46889 #b368d4

Monochromatic Colors of #d468bf

#d468bf

Complementary Color

#d468bf #68d47d

#d468bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d468bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d468bf Color CSS Codes

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

#d468bf Text Font Color

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

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


#d468bf Background Color

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

This div background color is #d468bf


#d468bf Border Color

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

This div border color is #d468bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,104,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d468bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d468bf;
  -webkit-box-shadow: 1px 1px 3px 2px #d468bf;
  box-shadow:         1px 1px 3px 2px #d468bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,104,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d468bf


Comments

No comments written yet.

Please login to write comment.