Color Hex Logo

#d347ca Color Hex

#D347CA
(211,71,202)
0 Favorites   0 Comments

Color spaces of #d347ca

RGB 21171202
HSL0.840.610.55
HSV304°66°83°
CMYK 0.000.660.04   0.17
XYZ39.777922.619658.1466
Yxy22.61960.33000.1876
Hunter Lab47.560166.0623-39.1955
CIE-Lab54.678369.3516-40.4033

#d347ca color RGB value is (211,71,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000111 11001010
Octal 323 107 312
Decimal 211 71 202
Hex D3 47 CA

RGB Percentages of Color #d347ca

%43.60
%14.67
%41.74

CMYK Percentages of Color #d347ca

%0
%66
%4
%17

Triadic Colors of #d347ca

#d347ca #cad347 #47cad3

Analogous Colors of #d347ca

#d347ca #d34784 #9647d3

Monochromatic Colors of #d347ca

#d347ca

Complementary Color

#d347ca #47d350

#d347ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d347ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d347ca Color CSS Codes

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

#d347ca Text Font Color

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

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


#d347ca Background Color

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

This div background color is #d347ca


#d347ca Border Color

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

This div border color is #d347ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d347ca


Comments

No comments written yet.

Please login to write comment.