Color Hex Logo

#d155eb Color Hex

#D155EB
(209,85,235)
0 Favorites   0 Comments

Color spaces of #d155eb

RGB 20985235
HSL0.800.790.63
HSV290°64°92°
CMYK 0.110.640.00   0.08
XYZ44.538426.050581.2781
Yxy26.05050.29330.1715
Hunter Lab51.039766.4437-58.6885
CIE-Lab58.085069.0291-53.6940

#d155eb color RGB value is (209,85,235).

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

The process color (four color CMYK) of #d155eb color hex is 0.11, 0.64, 0.00, 0.08. Web safe color of #d155eb is #cc66ff. Color #d155eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010101 11101011
Octal 321 125 353
Decimal 209 85 235
Hex D1 55 EB

RGB Percentages of Color #d155eb

%39.51
%16.07
%44.42

CMYK Percentages of Color #d155eb

%11
%64
%0
%8

Triadic Colors of #d155eb

#d155eb #ebd155 #55ebd1

Analogous Colors of #d155eb

#d155eb #eb55ba #8655eb

Monochromatic Colors of #d155eb

#d155eb

Complementary Color

#d155eb #6feb55

#d155eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d155eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d155eb Color CSS Codes

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

#d155eb Text Font Color

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

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


#d155eb Background Color

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

This div background color is #d155eb


#d155eb Border Color

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

This div border color is #d155eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d155eb


Comments

No comments written yet.

Please login to write comment.