Color Hex Logo

#d120ca Color Hex

#D120CA
(209,32,202)
0 Favorites   0 Comments

Color spaces of #d120ca

RGB 20932202
HSL0.840.730.47
HSV302°85°82°
CMYK 0.000.850.03   0.18
XYZ37.471718.852657.5411
Yxy18.85260.32910.1656
Hunter Lab43.419678.0637-48.1794
CIE-Lab50.514379.9279-47.0174

#d120ca color RGB value is (209,32,202).

#d120ca hex color red value is 209, green value is 32 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d120ca hue: 0.84 , saturation: 0.73 and the lightness value of d120ca is 0.47.

The process color (four color CMYK) of #d120ca color hex is 0.00, 0.85, 0.03, 0.18. Web safe color of #d120ca is #cc33cc. Color #d120ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100000 11001010
Octal 321 40 312
Decimal 209 32 202
Hex D1 20 CA

RGB Percentages of Color #d120ca

%47.18
%7.22
%45.60

CMYK Percentages of Color #d120ca

%0
%85
%3
%18

Triadic Colors of #d120ca

#d120ca #cad120 #20cad1

Analogous Colors of #d120ca

#d120ca #d12072 #8020d1

Monochromatic Colors of #d120ca

#d120ca

Complementary Color

#d120ca #20d127

#d120ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d120ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d120ca Color CSS Codes

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

#d120ca Text Font Color

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

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


#d120ca Background Color

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

This div background color is #d120ca


#d120ca Border Color

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

This div border color is #d120ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d120ca


Comments

No comments written yet.

Please login to write comment.