Color Hex Logo

#d773dc Color Hex

#D773DC
(215,115,220)
0 Favorites   0 Comments

Color spaces of #d773dc

RGB 215115220
HSL0.830.600.66
HSV297°48°86°
CMYK 0.020.480.00   0.14
XYZ47.073331.875871.3818
Yxy31.87580.31310.2120
Hunter Lab56.458750.0246-35.4405
CIE-Lab63.240154.0410-37.1215

#d773dc color RGB value is (215,115,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110011 11011100
Octal 327 163 334
Decimal 215 115 220
Hex D7 73 DC

RGB Percentages of Color #d773dc

%39.09
%20.91
%40.00

CMYK Percentages of Color #d773dc

%2
%48
%0
%14

Triadic Colors of #d773dc

#d773dc #dcd773 #73dcd7

Analogous Colors of #d773dc

#d773dc #dc73ad #a373dc

Monochromatic Colors of #d773dc

#d773dc

Complementary Color

#d773dc #78dc73

#d773dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d773dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d773dc Color CSS Codes

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

#d773dc Text Font Color

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

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


#d773dc Background Color

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

This div background color is #d773dc


#d773dc Border Color

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

This div border color is #d773dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d773dc


Comments

No comments written yet.

Please login to write comment.