Color Hex Logo

#d675dc Color Hex

#D675DC
(214,117,220)
0 Favorites   0 Comments

Color spaces of #d675dc

RGB 214117220
HSL0.820.600.66
HSV297°47°86°
CMYK 0.030.470.00   0.14
XYZ47.011132.186071.4449
Yxy32.18600.31210.2137
Hunter Lab56.732748.6303-34.9525
CIE-Lab63.496352.7623-36.7310

#d675dc color RGB value is (214,117,220).

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

The process color (four color CMYK) of #d675dc color hex is 0.03, 0.47, 0.00, 0.14. Web safe color of #d675dc is #cc66cc. Color #d675dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110101 11011100
Octal 326 165 334
Decimal 214 117 220
Hex D6 75 DC

RGB Percentages of Color #d675dc

%38.84
%21.23
%39.93

CMYK Percentages of Color #d675dc

%3
%47
%0
%14

Triadic Colors of #d675dc

#d675dc #dcd675 #75dcd6

Analogous Colors of #d675dc

#d675dc #dc75af #a375dc

Monochromatic Colors of #d675dc

#d675dc

Complementary Color

#d675dc #7bdc75

#d675dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d675dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d675dc Color CSS Codes

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

#d675dc Text Font Color

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

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


#d675dc Background Color

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

This div background color is #d675dc


#d675dc Border Color

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

This div border color is #d675dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d675dc


Comments

No comments written yet.

Please login to write comment.