Color Hex Logo

#d03466 Color Hex

#D03466
(208,52,102)
0 Favorites   0 Comments

Color spaces of #d03466

RGB 20852102
HSL0.950.620.51
HSV341°75°82°
CMYK 0.000.750.51   0.18
XYZ29.638716.825214.2558
Yxy16.82520.48810.2771
Hunter Lab41.018557.19608.1070
CIE-Lab48.039063.03008.8557

#d03466 color RGB value is (208,52,102).

#d03466 hex color red value is 208, green value is 52 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #d03466 hue: 0.95 , saturation: 0.62 and the lightness value of d03466 is 0.51.

The process color (four color CMYK) of #d03466 color hex is 0.00, 0.75, 0.51, 0.18. Web safe color of #d03466 is #cc3366. Color #d03466 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110100 01100110
Octal 320 64 146
Decimal 208 52 102
Hex D0 34 66

RGB Percentages of Color #d03466

%57.46
%14.36
%28.18

CMYK Percentages of Color #d03466

%0
%75
%51
%18

Triadic Colors of #d03466

#d03466 #66d034 #3466d0

Analogous Colors of #d03466

#d03466 #d05034 #d034b4

Monochromatic Colors of #d03466

#d03466

Complementary Color

#d03466 #34d09e

#d03466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03466 Color CSS Codes

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

#d03466 Text Font Color

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

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


#d03466 Background Color

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

This div background color is #d03466


#d03466 Border Color

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

This div border color is #d03466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03466


Comments

No comments written yet.

Please login to write comment.