Color Hex Logo

#d0347e Color Hex

#D0347E
(208,52,126)
0 Favorites   0 Comments

Color spaces of #d0347e

RGB 20852126
HSL0.920.620.51
HSV332°75°82°
CMYK 0.000.750.39   0.18
XYZ31.006317.372221.4576
Yxy17.37220.44400.2488
Hunter Lab41.680059.8486-1.3476
CIE-Lab48.725665.2073-4.7909

#d0347e color RGB value is (208,52,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110100 01111110
Octal 320 64 176
Decimal 208 52 126
Hex D0 34 7E

RGB Percentages of Color #d0347e

%53.89
%13.47
%32.64

CMYK Percentages of Color #d0347e

%0
%75
%39
%18

Triadic Colors of #d0347e

#d0347e #7ed034 #347ed0

Analogous Colors of #d0347e

#d0347e #d03834 #d034cc

Monochromatic Colors of #d0347e

#d0347e

Complementary Color

#d0347e #34d086

#d0347e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0347e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0347e Color CSS Codes

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

#d0347e Text Font Color

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

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


#d0347e Background Color

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

This div background color is #d0347e


#d0347e Border Color

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

This div border color is #d0347e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0347e


Comments

No comments written yet.

Please login to write comment.