Color Hex Logo

#d468bc Color Hex

#D468BC
(212,104,188)
0 Favorites   0 Comments

Color spaces of #d468bc

RGB 212104188
HSL0.870.560.62
HSV313°51°83°
CMYK 0.000.510.11   0.17
XYZ41.178827.528550.7201
Yxy27.52850.34480.2305
Hunter Lab52.467648.2760-20.5879
CIE-Lab59.460453.0794-24.9334

#d468bc color RGB value is (212,104,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01101000 10111100
Octal 324 150 274
Decimal 212 104 188
Hex D4 68 BC

RGB Percentages of Color #d468bc

%42.06
%20.63
%37.30

CMYK Percentages of Color #d468bc

%0
%51
%11
%17

Triadic Colors of #d468bc

#d468bc #bcd468 #68bcd4

Analogous Colors of #d468bc

#d468bc #d46886 #b668d4

Monochromatic Colors of #d468bc

#d468bc

Complementary Color

#d468bc #68d480

#d468bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d468bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d468bc Color CSS Codes

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

#d468bc Text Font Color

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

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


#d468bc Background Color

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

This div background color is #d468bc


#d468bc Border Color

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

This div border color is #d468bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d468bc


Comments

No comments written yet.

Please login to write comment.