Color Hex Logo

#d02069 Color Hex

#D02069
(208,32,105)
0 Favorites   0 Comments

Color spaces of #d02069

RGB 20832105
HSL0.930.730.47
HSV335°85°82°
CMYK 0.000.850.50   0.18
XYZ29.078715.462814.8166
Yxy15.46280.48990.2605
Hunter Lab39.322863.18375.1858
CIE-Lab46.261768.54204.4767

#d02069 color RGB value is (208,32,105).

#d02069 hex color red value is 208, green value is 32 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #d02069 hue: 0.93 , saturation: 0.73 and the lightness value of d02069 is 0.47.

The process color (four color CMYK) of #d02069 color hex is 0.00, 0.85, 0.50, 0.18. Web safe color of #d02069 is #cc3366. Color #d02069 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100000 01101001
Octal 320 40 151
Decimal 208 32 105
Hex D0 20 69

RGB Percentages of Color #d02069

%60.29
%9.28
%30.43

CMYK Percentages of Color #d02069

%0
%85
%50
%18

Triadic Colors of #d02069

#d02069 #69d020 #2069d0

Analogous Colors of #d02069

#d02069 #d02f20 #d020c1

Monochromatic Colors of #d02069

#d02069

Complementary Color

#d02069 #20d087

#d02069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d02069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d02069 Color CSS Codes

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

#d02069 Text Font Color

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

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


#d02069 Background Color

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

This div background color is #d02069


#d02069 Border Color

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

This div border color is #d02069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d02069


Comments

No comments written yet.

Please login to write comment.