Color Hex Logo

#d358d7 Color Hex

#D358D7
(211,88,215)
0 Favorites   0 Comments

Color spaces of #d358d7

RGB 21188215
HSL0.830.610.59
HSV298°59°84°
CMYK 0.020.590.00   0.16
XYZ42.619425.734667.0110
Yxy25.73460.31480.1901
Hunter Lab50.729361.1877-42.8088
CIE-Lab57.784364.6654-42.9070

#d358d7 color RGB value is (211,88,215).

#d358d7 hex color red value is 211, green value is 88 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #d358d7 hue: 0.83 , saturation: 0.61 and the lightness value of d358d7 is 0.59.

The process color (four color CMYK) of #d358d7 color hex is 0.02, 0.59, 0.00, 0.16. Web safe color of #d358d7 is #cc66cc. Color #d358d7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011000 11010111
Octal 323 130 327
Decimal 211 88 215
Hex D3 58 D7

RGB Percentages of Color #d358d7

%41.05
%17.12
%41.83

CMYK Percentages of Color #d358d7

%2
%59
%0
%16

Triadic Colors of #d358d7

#d358d7 #d7d358 #58d7d3

Analogous Colors of #d358d7

#d358d7 #d7589c #9458d7

Monochromatic Colors of #d358d7

#d358d7

Complementary Color

#d358d7 #5cd758

#d358d7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d358d7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d358d7 Color CSS Codes

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

#d358d7 Text Font Color

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

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


#d358d7 Background Color

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

This div background color is #d358d7


#d358d7 Border Color

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

This div border color is #d358d7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,88,215, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d358d7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d358d7;
  -webkit-box-shadow: 1px 1px 3px 2px #d358d7;
  box-shadow:         1px 1px 3px 2px #d358d7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,88,215, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d358d7


Comments

No comments written yet.

Please login to write comment.