Color Hex Logo

#d0327a Color Hex

#D0327A
(208,50,122)
0 Favorites   0 Comments

Color spaces of #d0327a

RGB 20850122
HSL0.920.630.51
HSV333°76°82°
CMYK 0.000.760.41   0.18
XYZ30.665917.096220.0960
Yxy17.09620.45190.2519
Hunter Lab41.347660.02840.1268
CIE-Lab48.381065.4285-2.8693

#d0327a color RGB value is (208,50,122).

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

The process color (four color CMYK) of #d0327a color hex is 0.00, 0.76, 0.41, 0.18. Web safe color of #d0327a is #cc3366. Color #d0327a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110010 01111010
Octal 320 62 172
Decimal 208 50 122
Hex D0 32 7A

RGB Percentages of Color #d0327a

%54.74
%13.16
%32.11

CMYK Percentages of Color #d0327a

%0
%76
%41
%18

Triadic Colors of #d0327a

#d0327a #7ad032 #327ad0

Analogous Colors of #d0327a

#d0327a #d03932 #d032c9

Monochromatic Colors of #d0327a

#d0327a

Complementary Color

#d0327a #32d088

#d0327a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0327a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0327a Color CSS Codes

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

#d0327a Text Font Color

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

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


#d0327a Background Color

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

This div background color is #d0327a


#d0327a Border Color

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

This div border color is #d0327a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0327a


Comments

No comments written yet.

Please login to write comment.