Color Hex Logo

#d126cd Color Hex

#D126CD
(209,38,205)
0 Favorites   0 Comments

Color spaces of #d126cd

RGB 20938205
HSL0.840.690.48
HSV301°82°82°
CMYK 0.000.820.02   0.18
XYZ38.007119.349359.4892
Yxy19.34930.32530.1656
Hunter Lab43.987877.2518-49.3924
CIE-Lab51.093479.1697-47.8236

#d126cd color RGB value is (209,38,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100110 11001101
Octal 321 46 315
Decimal 209 38 205
Hex D1 26 CD

RGB Percentages of Color #d126cd

%46.24
%8.41
%45.35

CMYK Percentages of Color #d126cd

%0
%82
%2
%18

Triadic Colors of #d126cd

#d126cd #cdd126 #26cdd1

Analogous Colors of #d126cd

#d126cd #d12678 #8026d1

Monochromatic Colors of #d126cd

#d126cd

Complementary Color

#d126cd #26d12a

#d126cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d126cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d126cd Color CSS Codes

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

#d126cd Text Font Color

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

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


#d126cd Background Color

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

This div background color is #d126cd


#d126cd Border Color

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

This div border color is #d126cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,38,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d126cd


Comments

No comments written yet.

Please login to write comment.