Color Hex Logo

#d373ca Color Hex

#D373CA
(211,115,202)
0 Favorites   0 Comments

Color spaces of #d373ca

RGB 211115202
HSL0.850.520.64
HSV306°45°83°
CMYK 0.000.450.04   0.17
XYZ43.655430.374659.4391
Yxy30.37460.32710.2276
Hunter Lab55.113244.9427-25.3646
CIE-Lab61.976149.6733-29.0144

#d373ca color RGB value is (211,115,202).

#d373ca hex color red value is 211, green value is 115 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d373ca hue: 0.85 , saturation: 0.52 and the lightness value of d373ca is 0.64.

The process color (four color CMYK) of #d373ca color hex is 0.00, 0.45, 0.04, 0.17. Web safe color of #d373ca is #cc66cc. Color #d373ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01110011 11001010
Octal 323 163 312
Decimal 211 115 202
Hex D3 73 CA

RGB Percentages of Color #d373ca

%39.96
%21.78
%38.26

CMYK Percentages of Color #d373ca

%0
%45
%4
%17

Triadic Colors of #d373ca

#d373ca #cad373 #73cad3

Analogous Colors of #d373ca

#d373ca #d3739a #ac73d3

Monochromatic Colors of #d373ca

#d373ca

Complementary Color

#d373ca #73d37c

#d373ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d373ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d373ca Color CSS Codes

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

#d373ca Text Font Color

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

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


#d373ca Background Color

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

This div background color is #d373ca


#d373ca Border Color

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

This div border color is #d373ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d373ca


Comments

No comments written yet.

Please login to write comment.