Color Hex Logo

#d0279d Color Hex

#D0279D
(208,39,157)
0 Favorites   0 Comments

Color spaces of #d0279d

RGB 20839157
HSL0.880.680.48
HSV318°81°82°
CMYK 0.000.810.25   0.18
XYZ32.823717.295333.5066
Yxy17.29530.39250.2068
Hunter Lab41.587668.1057-18.6578
CIE-Lab48.630072.2172-23.5958

#d0279d color RGB value is (208,39,157).

#d0279d hex color red value is 208, green value is 39 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #d0279d hue: 0.88 , saturation: 0.68 and the lightness value of d0279d is 0.48.

The process color (four color CMYK) of #d0279d color hex is 0.00, 0.81, 0.25, 0.18. Web safe color of #d0279d is #cc3399. Color #d0279d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100111 10011101
Octal 320 47 235
Decimal 208 39 157
Hex D0 27 9D

RGB Percentages of Color #d0279d

%51.49
%9.65
%38.86

CMYK Percentages of Color #d0279d

%0
%81
%25
%18

Triadic Colors of #d0279d

#d0279d #9dd027 #279dd0

Analogous Colors of #d0279d

#d0279d #d02748 #af27d0

Monochromatic Colors of #d0279d

#d0279d

Complementary Color

#d0279d #27d05a

#d0279d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0279d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0279d Color CSS Codes

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

#d0279d Text Font Color

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

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


#d0279d Background Color

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

This div background color is #d0279d


#d0279d Border Color

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

This div border color is #d0279d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0279d


Comments

No comments written yet.

Please login to write comment.