Color Hex Logo

#d468b6 Color Hex

#D468B6
(212,104,182)
0 Favorites   0 Comments

Color spaces of #d468b6

RGB 212104182
HSL0.880.560.62
HSV317°51°83°
CMYK 0.000.510.14   0.17
XYZ40.545227.275147.3836
Yxy27.27510.35190.2368
Hunter Lab52.225647.1833-17.2352
CIE-Lab59.228152.1300-21.8569

#d468b6 color RGB value is (212,104,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01101000 10110110
Octal 324 150 266
Decimal 212 104 182
Hex D4 68 B6

RGB Percentages of Color #d468b6

%42.57
%20.88
%36.55

CMYK Percentages of Color #d468b6

%0
%51
%14
%17

Triadic Colors of #d468b6

#d468b6 #b6d468 #68b6d4

Analogous Colors of #d468b6

#d468b6 #d46880 #bc68d4

Monochromatic Colors of #d468b6

#d468b6

Complementary Color

#d468b6 #68d486

#d468b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d468b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d468b6 Color CSS Codes

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

#d468b6 Text Font Color

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

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


#d468b6 Background Color

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

This div background color is #d468b6


#d468b6 Border Color

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

This div border color is #d468b6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d468b6


Comments

No comments written yet.

Please login to write comment.