Color Hex Logo

#d126ca Color Hex

#D126CA
(209,38,202)
0 Favorites   0 Comments

Color spaces of #d126ca

RGB 20938202
HSL0.840.690.48
HSV302°82°82°
CMYK 0.000.820.03   0.18
XYZ37.648319.205857.5999
Yxy19.20580.32890.1678
Hunter Lab43.824476.6515-47.2497
CIE-Lab50.927178.7236-46.3607

#d126ca color RGB value is (209,38,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100110 11001010
Octal 321 46 312
Decimal 209 38 202
Hex D1 26 CA

RGB Percentages of Color #d126ca

%46.55
%8.46
%44.99

CMYK Percentages of Color #d126ca

%0
%82
%3
%18

Triadic Colors of #d126ca

#d126ca #cad126 #26cad1

Analogous Colors of #d126ca

#d126ca #d12675 #8326d1

Monochromatic Colors of #d126ca

#d126ca

Complementary Color

#d126ca #26d12d

#d126ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d126ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d126ca Color CSS Codes

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

#d126ca Text Font Color

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

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


#d126ca Background Color

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

This div background color is #d126ca


#d126ca Border Color

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

This div border color is #d126ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d126ca


Comments

No comments written yet.

Please login to write comment.