Color Hex Logo

#d967ec Color Hex

#D967EC
(217,103,236)
0 Favorites   0 Comments

Color spaces of #d967ec

RGB 217103236
HSL0.810.780.66
HSV291°56°93°
CMYK 0.080.560.00   0.07
XYZ48.605830.508382.6838
Yxy30.50830.30040.1886
Hunter Lab55.234360.4186-50.0910
CIE-Lab62.090363.2440-47.8281

#d967ec color RGB value is (217,103,236).

#d967ec hex color red value is 217, green value is 103 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d967ec hue: 0.81 , saturation: 0.78 and the lightness value of d967ec is 0.66.

The process color (four color CMYK) of #d967ec color hex is 0.08, 0.56, 0.00, 0.07. Web safe color of #d967ec is #cc66ff. Color #d967ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100111 11101100
Octal 331 147 354
Decimal 217 103 236
Hex D9 67 EC

RGB Percentages of Color #d967ec

%39.03
%18.53
%42.45

CMYK Percentages of Color #d967ec

%8
%56
%0
%7

Triadic Colors of #d967ec

#d967ec #ecd967 #67ecd9

Analogous Colors of #d967ec

#d967ec #ec67bd #9767ec

Monochromatic Colors of #d967ec

#d967ec

Complementary Color

#d967ec #7aec67

#d967ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d967ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d967ec Color CSS Codes

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

#d967ec Text Font Color

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

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


#d967ec Background Color

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

This div background color is #d967ec


#d967ec Border Color

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

This div border color is #d967ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,103,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d967ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d967ec;
  -webkit-box-shadow: 1px 1px 3px 2px #d967ec;
  box-shadow:         1px 1px 3px 2px #d967ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,103,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d967ec


Comments

No comments written yet.

Please login to write comment.