Color Hex Logo

#d357da Color Hex

#D357DA
(211,87,218)
0 Favorites   0 Comments

Color spaces of #d357da

RGB 21187218
HSL0.820.640.60
HSV297°60°85°
CMYK 0.030.600.00   0.15
XYZ42.927125.727269.0330
Yxy25.72720.31180.1869
Hunter Lab50.722062.3049-45.1887
CIE-Lab57.777265.6147-44.6134

#d357da color RGB value is (211,87,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010111 11011010
Octal 323 127 332
Decimal 211 87 218
Hex D3 57 DA

RGB Percentages of Color #d357da

%40.89
%16.86
%42.25

CMYK Percentages of Color #d357da

%3
%60
%0
%15

Triadic Colors of #d357da

#d357da #dad357 #57dad3

Analogous Colors of #d357da

#d357da #da57a0 #9257da

Monochromatic Colors of #d357da

#d357da

Complementary Color

#d357da #5eda57

#d357da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d357da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d357da Color CSS Codes

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

#d357da Text Font Color

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

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


#d357da Background Color

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

This div background color is #d357da


#d357da Border Color

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

This div border color is #d357da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,87,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 #d357da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d357da


Comments

No comments written yet.

Please login to write comment.