Color Hex Logo

#d0619b Color Hex

#D0619B
(208,97,155)
0 Favorites   0 Comments

Color spaces of #d0619b

RGB 20897155
HSL0.910.540.60
HSV329°53°82°
CMYK 0.000.530.25   0.18
XYZ36.203524.325833.7976
Yxy24.32580.38380.2579
Hunter Lab49.321244.7132-6.1039
CIE-Lab56.412550.3209-10.5674

#d0619b color RGB value is (208,97,155).

#d0619b hex color red value is 208, green value is 97 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #d0619b hue: 0.91 , saturation: 0.54 and the lightness value of d0619b is 0.60.

The process color (four color CMYK) of #d0619b color hex is 0.00, 0.53, 0.25, 0.18. Web safe color of #d0619b is #cc6699. Color #d0619b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100001 10011011
Octal 320 141 233
Decimal 208 97 155
Hex D0 61 9B

RGB Percentages of Color #d0619b

%45.22
%21.09
%33.70

CMYK Percentages of Color #d0619b

%0
%53
%25
%18

Triadic Colors of #d0619b

#d0619b #9bd061 #619bd0

Analogous Colors of #d0619b

#d0619b #d06164 #ce61d0

Monochromatic Colors of #d0619b

#d0619b

Complementary Color

#d0619b #61d096

#d0619b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0619b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0619b Color CSS Codes

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

#d0619b Text Font Color

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

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


#d0619b Background Color

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

This div background color is #d0619b


#d0619b Border Color

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

This div border color is #d0619b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0619b


Comments

No comments written yet.

Please login to write comment.