Color Hex Logo

#d353da Color Hex

#D353DA
(211,83,218)
0 Favorites   0 Comments

Color spaces of #d353da

RGB 21183218
HSL0.820.650.59
HSV297°62°85°
CMYK 0.030.620.00   0.15
XYZ42.612125.097468.9280
Yxy25.09740.31190.1837
Hunter Lab50.097364.1594-46.5080
CIE-Lab57.170267.2904-45.5728

#d353da color RGB value is (211,83,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010011 11011010
Octal 323 123 332
Decimal 211 83 218
Hex D3 53 DA

RGB Percentages of Color #d353da

%41.21
%16.21
%42.58

CMYK Percentages of Color #d353da

%3
%62
%0
%15

Triadic Colors of #d353da

#d353da #dad353 #53dad3

Analogous Colors of #d353da

#d353da #da539e #9053da

Monochromatic Colors of #d353da

#d353da

Complementary Color

#d353da #5ada53

#d353da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d353da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d353da Color CSS Codes

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

#d353da Text Font Color

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

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


#d353da Background Color

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

This div background color is #d353da


#d353da Border Color

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

This div border color is #d353da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d353da


Comments

No comments written yet.

Please login to write comment.