Color Hex Logo

#d965ec Color Hex

#D965EC
(217,101,236)
0 Favorites   0 Comments

Color spaces of #d965ec

RGB 217101236
HSL0.810.780.66
HSV292°57°93°
CMYK 0.080.570.00   0.07
XYZ48.409330.115282.6182
Yxy30.11520.30040.1869
Hunter Lab54.877361.4261-50.8474
CIE-Lab61.753564.1564-48.3606

#d965ec color RGB value is (217,101,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100101 11101100
Octal 331 145 354
Decimal 217 101 236
Hex D9 65 EC

RGB Percentages of Color #d965ec

%39.17
%18.23
%42.60

CMYK Percentages of Color #d965ec

%8
%57
%0
%7

Triadic Colors of #d965ec

#d965ec #ecd965 #65ecd9

Analogous Colors of #d965ec

#d965ec #ec65bc #9665ec

Monochromatic Colors of #d965ec

#d965ec

Complementary Color

#d965ec #78ec65

#d965ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d965ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d965ec Color CSS Codes

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

#d965ec Text Font Color

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

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


#d965ec Background Color

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

This div background color is #d965ec


#d965ec Border Color

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

This div border color is #d965ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d965ec


Comments

No comments written yet.

Please login to write comment.