Color Hex Logo

#d342ca Color Hex

#D342CA
(211,66,202)
0 Favorites   0 Comments

Color spaces of #d342ca

RGB 21166202
HSL0.840.620.54
HSV304°69°83°
CMYK 0.000.690.04   0.17
XYZ39.472922.009658.0449
Yxy22.00960.33020.1841
Hunter Lab46.914468.0864-40.5166
CIE-Lab54.037271.1568-41.4140

#d342ca color RGB value is (211,66,202).

#d342ca hex color red value is 211, green value is 66 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d342ca hue: 0.84 , saturation: 0.62 and the lightness value of d342ca is 0.54.

The process color (four color CMYK) of #d342ca color hex is 0.00, 0.69, 0.04, 0.17. Web safe color of #d342ca is #cc33cc. Color #d342ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000010 11001010
Octal 323 102 312
Decimal 211 66 202
Hex D3 42 CA

RGB Percentages of Color #d342ca

%44.05
%13.78
%42.17

CMYK Percentages of Color #d342ca

%0
%69
%4
%17

Triadic Colors of #d342ca

#d342ca #cad342 #42cad3

Analogous Colors of #d342ca

#d342ca #d34282 #9442d3

Monochromatic Colors of #d342ca

#d342ca

Complementary Color

#d342ca #42d34b

#d342ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d342ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d342ca Color CSS Codes

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

#d342ca Text Font Color

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

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


#d342ca Background Color

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

This div background color is #d342ca


#d342ca Border Color

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

This div border color is #d342ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d342ca


Comments

No comments written yet.

Please login to write comment.