Color Hex Logo

#d105ee Color Hex

#D105EE
(209,5,238)
0 Favorites   0 Comments

Color spaces of #d105ee

RGB 2095238
HSL0.810.960.48
HSV293°98°93°
CMYK 0.120.980.00   0.07
XYZ41.781419.836982.5157
Yxy19.83690.28990.1376
Hunter Lab44.538689.5071-78.6682
CIE-Lab51.652388.5714-65.7010

#d105ee color RGB value is (209,5,238).

#d105ee hex color red value is 209, green value is 5 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d105ee hue: 0.81 , saturation: 0.96 and the lightness value of d105ee is 0.48.

The process color (four color CMYK) of #d105ee color hex is 0.12, 0.98, 0.00, 0.07. Web safe color of #d105ee is #cc00ff. Color #d105ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00000101 11101110
Octal 321 5 356
Decimal 209 5 238
Hex D1 5 EE

RGB Percentages of Color #d105ee

%46.24
%1.11
%52.65

CMYK Percentages of Color #d105ee

%12
%98
%0
%7

Triadic Colors of #d105ee

#d105ee #eed105 #05eed1

Analogous Colors of #d105ee

#d105ee #ee0597 #5c05ee

Monochromatic Colors of #d105ee

#d105ee

Complementary Color

#d105ee #22ee05

#d105ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d105ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d105ee Color CSS Codes

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

#d105ee Text Font Color

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

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


#d105ee Background Color

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

This div background color is #d105ee


#d105ee Border Color

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

This div border color is #d105ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,5,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d105ee


Comments

No comments written yet.

Please login to write comment.