Color Hex Logo

#d358da Color Hex

#D358DA
(211,88,218)
0 Favorites   0 Comments

Color spaces of #d358da

RGB 21188218
HSL0.820.640.60
HSV297°60°85°
CMYK 0.030.600.00   0.15
XYZ43.008625.890369.0602
Yxy25.89030.31170.1877
Hunter Lab50.882561.8333-44.8535
CIE-Lab57.932865.1867-44.3677

#d358da color RGB value is (211,88,218).

#d358da hex color red value is 211, green value is 88 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d358da hue: 0.82 , saturation: 0.64 and the lightness value of d358da is 0.60.

The process color (four color CMYK) of #d358da color hex is 0.03, 0.60, 0.00, 0.15. Web safe color of #d358da is #cc66cc. Color #d358da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011000 11011010
Octal 323 130 332
Decimal 211 88 218
Hex D3 58 DA

RGB Percentages of Color #d358da

%40.81
%17.02
%42.17

CMYK Percentages of Color #d358da

%3
%60
%0
%15

Triadic Colors of #d358da

#d358da #dad358 #58dad3

Analogous Colors of #d358da

#d358da #da58a0 #9258da

Monochromatic Colors of #d358da

#d358da

Complementary Color

#d358da #5fda58

#d358da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d358da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d358da Color CSS Codes

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

#d358da Text Font Color

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

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


#d358da Background Color

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

This div background color is #d358da


#d358da Border Color

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

This div border color is #d358da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d358da


Comments

No comments written yet.

Please login to write comment.