Color Hex Logo

#d0369a Color Hex

#D0369A
(208,54,154)
0 Favorites   0 Comments

Color spaces of #d0369a

RGB 20854154
HSL0.890.620.51
HSV321°74°82°
CMYK 0.000.740.26   0.18
XYZ33.164318.381332.3718
Yxy18.38130.39520.2190
Hunter Lab42.873463.0484-14.7558
CIE-Lab49.955467.7136-19.7688

#d0369a color RGB value is (208,54,154).

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

The process color (four color CMYK) of #d0369a color hex is 0.00, 0.74, 0.26, 0.18. Web safe color of #d0369a is #cc3399. Color #d0369a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110110 10011010
Octal 320 66 232
Decimal 208 54 154
Hex D0 36 9A

RGB Percentages of Color #d0369a

%50.00
%12.98
%37.02

CMYK Percentages of Color #d0369a

%0
%74
%26
%18

Triadic Colors of #d0369a

#d0369a #9ad036 #369ad0

Analogous Colors of #d0369a

#d0369a #d0364d #b936d0

Monochromatic Colors of #d0369a

#d0369a

Complementary Color

#d0369a #36d06c

#d0369a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0369a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0369a Color CSS Codes

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

#d0369a Text Font Color

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

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


#d0369a Background Color

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

This div background color is #d0369a


#d0369a Border Color

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

This div border color is #d0369a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0369a


Comments

No comments written yet.

Please login to write comment.