Color Hex Logo

#d342da Color Hex

#D342DA
(211,66,218)
0 Favorites   0 Comments

Color spaces of #d342da

RGB 21166218
HSL0.830.670.56
HSV297°70°85°
CMYK 0.030.700.00   0.15
XYZ41.467122.807368.5464
Yxy22.80730.31220.1717
Hunter Lab47.757071.4157-51.6700
CIE-Lab54.873373.7321-49.2155

#d342da color RGB value is (211,66,218).

#d342da hex color red value is 211, green value is 66 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d342da hue: 0.83 , saturation: 0.67 and the lightness value of d342da is 0.56.

The process color (four color CMYK) of #d342da color hex is 0.03, 0.70, 0.00, 0.15. Web safe color of #d342da is #cc33cc. Color #d342da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000010 11011010
Octal 323 102 332
Decimal 211 66 218
Hex D3 42 DA

RGB Percentages of Color #d342da

%42.63
%13.33
%44.04

CMYK Percentages of Color #d342da

%3
%70
%0
%15

Triadic Colors of #d342da

#d342da #dad342 #42dad3

Analogous Colors of #d342da

#d342da #da4295 #8742da

Monochromatic Colors of #d342da

#d342da

Complementary Color

#d342da #49da42

#d342da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d342da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d342da Color CSS Codes

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

#d342da Text Font Color

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

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


#d342da Background Color

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

This div background color is #d342da


#d342da Border Color

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

This div border color is #d342da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d342da


Comments

No comments written yet.

Please login to write comment.