Color Hex Logo

#d117ec Color Hex

#D117EC
(209,23,236)
0 Favorites   0 Comments

Color spaces of #d117ec

RGB 20923236
HSL0.810.850.51
HSV292°90°93°
CMYK 0.110.900.00   0.07
XYZ41.741220.224281.0605
Yxy20.22420.29180.1414
Hunter Lab44.971386.9792-75.3899
CIE-Lab52.089886.5639-63.8685

#d117ec color RGB value is (209,23,236).

#d117ec hex color red value is 209, green value is 23 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d117ec hue: 0.81 , saturation: 0.85 and the lightness value of d117ec is 0.51.

The process color (four color CMYK) of #d117ec color hex is 0.11, 0.90, 0.00, 0.07. Web safe color of #d117ec is #cc00ff. Color #d117ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010111 11101100
Octal 321 27 354
Decimal 209 23 236
Hex D1 17 EC

RGB Percentages of Color #d117ec

%44.66
%4.91
%50.43

CMYK Percentages of Color #d117ec

%11
%90
%0
%7

Triadic Colors of #d117ec

#d117ec #ecd117 #17ecd1

Analogous Colors of #d117ec

#d117ec #ec179d #6717ec

Monochromatic Colors of #d117ec

#d117ec

Complementary Color

#d117ec #32ec17

#d117ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d117ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d117ec Color CSS Codes

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

#d117ec Text Font Color

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

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


#d117ec Background Color

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

This div background color is #d117ec


#d117ec Border Color

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

This div border color is #d117ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d117ec


Comments

No comments written yet.

Please login to write comment.