Color Hex Logo

#d0358d Color Hex

#D0358D
(208,53,141)
0 Favorites   0 Comments

Color spaces of #d0358d

RGB 20853141
HSL0.910.620.51
HSV326°75°82°
CMYK 0.000.750.32   0.18
XYZ32.093217.879226.9588
Yxy17.87920.41720.2324
Hunter Lab42.283861.4840-8.2027
CIE-Lab49.349366.4950-12.9155

#d0358d color RGB value is (208,53,141).

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

The process color (four color CMYK) of #d0358d color hex is 0.00, 0.75, 0.32, 0.18. Web safe color of #d0358d is #cc3399. Color #d0358d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110101 10001101
Octal 320 65 215
Decimal 208 53 141
Hex D0 35 8D

RGB Percentages of Color #d0358d

%51.74
%13.18
%35.07

CMYK Percentages of Color #d0358d

%0
%75
%32
%18

Triadic Colors of #d0358d

#d0358d #8dd035 #358dd0

Analogous Colors of #d0358d

#d0358d #d0353f #c635d0

Monochromatic Colors of #d0358d

#d0358d

Complementary Color

#d0358d #35d078

#d0358d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0358d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0358d Color CSS Codes

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

#d0358d Text Font Color

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

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


#d0358d Background Color

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

This div background color is #d0358d


#d0358d Border Color

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

This div border color is #d0358d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0358d


Comments

No comments written yet.

Please login to write comment.