Color Hex Logo

#d761dc Color Hex

#D761DC
(215,97,220)
0 Favorites   0 Comments

Color spaces of #d761dc

RGB 21597220
HSL0.830.640.62
HSV298°56°86°
CMYK 0.020.560.00   0.14
XYZ45.217328.163870.7631
Yxy28.16380.31370.1954
Hunter Lab53.069659.2170-41.9087
CIE-Lab60.036462.5809-42.1417

#d761dc color RGB value is (215,97,220).

#d761dc hex color red value is 215, green value is 97 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d761dc hue: 0.83 , saturation: 0.64 and the lightness value of d761dc is 0.62.

The process color (four color CMYK) of #d761dc color hex is 0.02, 0.56, 0.00, 0.14. Web safe color of #d761dc is #cc66cc. Color #d761dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100001 11011100
Octal 327 141 334
Decimal 215 97 220
Hex D7 61 DC

RGB Percentages of Color #d761dc

%40.41
%18.23
%41.35

CMYK Percentages of Color #d761dc

%2
%56
%0
%14

Triadic Colors of #d761dc

#d761dc #dcd761 #61dcd7

Analogous Colors of #d761dc

#d761dc #dc61a4 #9a61dc

Monochromatic Colors of #d761dc

#d761dc

Complementary Color

#d761dc #66dc61

#d761dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d761dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d761dc Color CSS Codes

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

#d761dc Text Font Color

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

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


#d761dc Background Color

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

This div background color is #d761dc


#d761dc Border Color

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

This div border color is #d761dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,97,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d761dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d761dc;
  -webkit-box-shadow: 1px 1px 3px 2px #d761dc;
  box-shadow:         1px 1px 3px 2px #d761dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,97,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d761dc


Comments

No comments written yet.

Please login to write comment.