Color Hex Logo

#d155ee Color Hex

#D155EE
(209,85,238)
0 Favorites   0 Comments

Color spaces of #d155ee

RGB 20985238
HSL0.800.820.63
HSV289°64°93°
CMYK 0.120.640.00   0.07
XYZ44.975626.225483.5804
Yxy26.22540.29060.1694
Hunter Lab51.210767.1480-60.9189
CIE-Lab58.250469.5827-55.1059

#d155ee color RGB value is (209,85,238).

#d155ee hex color red value is 209, green value is 85 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d155ee hue: 0.80 , saturation: 0.82 and the lightness value of d155ee is 0.63.

The process color (four color CMYK) of #d155ee color hex is 0.12, 0.64, 0.00, 0.07. Web safe color of #d155ee is #cc66ff. Color #d155ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010101 11101110
Octal 321 125 356
Decimal 209 85 238
Hex D1 55 EE

RGB Percentages of Color #d155ee

%39.29
%15.98
%44.74

CMYK Percentages of Color #d155ee

%12
%64
%0
%7

Triadic Colors of #d155ee

#d155ee #eed155 #55eed1

Analogous Colors of #d155ee

#d155ee #ee55bf #8555ee

Monochromatic Colors of #d155ee

#d155ee

Complementary Color

#d155ee #72ee55

#d155ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d155ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d155ee Color CSS Codes

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

#d155ee Text Font Color

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

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


#d155ee Background Color

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

This div background color is #d155ee


#d155ee Border Color

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

This div border color is #d155ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d155ee


Comments

No comments written yet.

Please login to write comment.