Color Hex Logo

#d064b2 Color Hex

#D064B2
(208,100,178)
0 Favorites   0 Comments

Color spaces of #d064b2

RGB 208100178
HSL0.880.530.60
HSV317°52°82°
CMYK 0.000.520.14   0.18
XYZ38.605525.738645.0528
Yxy25.73860.35290.2353
Hunter Lab50.733247.0466-17.1382
CIE-Lab57.788152.2364-21.8126

#d064b2 color RGB value is (208,100,178).

#d064b2 hex color red value is 208, green value is 100 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #d064b2 hue: 0.88 , saturation: 0.53 and the lightness value of d064b2 is 0.60.

The process color (four color CMYK) of #d064b2 color hex is 0.00, 0.52, 0.14, 0.18. Web safe color of #d064b2 is #cc6699. Color #d064b2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100100 10110010
Octal 320 144 262
Decimal 208 100 178
Hex D0 64 B2

RGB Percentages of Color #d064b2

%42.80
%20.58
%36.63

CMYK Percentages of Color #d064b2

%0
%52
%14
%18

Triadic Colors of #d064b2

#d064b2 #b2d064 #64b2d0

Analogous Colors of #d064b2

#d064b2 #d0647c #b864d0

Monochromatic Colors of #d064b2

#d064b2

Complementary Color

#d064b2 #64d082

#d064b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d064b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d064b2 Color CSS Codes

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

#d064b2 Text Font Color

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

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


#d064b2 Background Color

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

This div background color is #d064b2


#d064b2 Border Color

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

This div border color is #d064b2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,100,178, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d064b2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d064b2;
  -webkit-box-shadow: 1px 1px 3px 2px #d064b2;
  box-shadow:         1px 1px 3px 2px #d064b2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,100,178, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d064b2


Comments

No comments written yet.

Please login to write comment.