Color Hex Logo

#d468ca Color Hex

#D468CA
(212,104,202)
0 Favorites   0 Comments

Color spaces of #d468ca

RGB 212104202
HSL0.850.560.62
HSV306°51°83°
CMYK 0.000.510.05   0.17
XYZ42.762428.161959.0591
Yxy28.16190.32900.2167
Hunter Lab53.067850.9679-28.8363
CIE-Lab60.034755.3927-32.0125

#d468ca color RGB value is (212,104,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01101000 11001010
Octal 324 150 312
Decimal 212 104 202
Hex D4 68 CA

RGB Percentages of Color #d468ca

%40.93
%20.08
%39.00

CMYK Percentages of Color #d468ca

%0
%51
%5
%17

Triadic Colors of #d468ca

#d468ca #cad468 #68cad4

Analogous Colors of #d468ca

#d468ca #d46894 #a868d4

Monochromatic Colors of #d468ca

#d468ca

Complementary Color

#d468ca #68d472

#d468ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d468ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d468ca Color CSS Codes

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

#d468ca Text Font Color

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

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


#d468ca Background Color

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

This div background color is #d468ca


#d468ca Border Color

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

This div border color is #d468ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d468ca


Comments

No comments written yet.

Please login to write comment.