Color Hex Logo

#d468ba Color Hex

#D468BA
(212,104,186)
0 Favorites   0 Comments

Color spaces of #d468ba

RGB 212104186
HSL0.870.560.62
HSV314°51°83°
CMYK 0.000.510.12   0.17
XYZ40.964627.442849.5923
Yxy27.44280.34720.2326
Hunter Lab52.385947.9078-19.4581
CIE-Lab59.382052.7602-23.9108

#d468ba color RGB value is (212,104,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01101000 10111010
Octal 324 150 272
Decimal 212 104 186
Hex D4 68 BA

RGB Percentages of Color #d468ba

%42.23
%20.72
%37.05

CMYK Percentages of Color #d468ba

%0
%51
%12
%17

Triadic Colors of #d468ba

#d468ba #bad468 #68bad4

Analogous Colors of #d468ba

#d468ba #d46884 #b868d4

Monochromatic Colors of #d468ba

#d468ba

Complementary Color

#d468ba #68d482

#d468ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d468ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d468ba Color CSS Codes

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

#d468ba Text Font Color

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

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


#d468ba Background Color

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

This div background color is #d468ba


#d468ba Border Color

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

This div border color is #d468ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d468ba


Comments

No comments written yet.

Please login to write comment.