Color Hex Logo

#d155ef Color Hex

#D155EF
(209,85,239)
0 Favorites   0 Comments

Color spaces of #d155ef

RGB 20985239
HSL0.800.830.64
HSV288°64°94°
CMYK 0.130.640.00   0.06
XYZ45.123026.284384.3565
Yxy26.28430.28970.1687
Hunter Lab51.268267.3849-61.6678
CIE-Lab58.305969.7684-55.5752

#d155ef color RGB value is (209,85,239).

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

The process color (four color CMYK) of #d155ef color hex is 0.13, 0.64, 0.00, 0.06. Web safe color of #d155ef is #cc66ff. Color #d155ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010101 11101111
Octal 321 125 357
Decimal 209 85 239
Hex D1 55 EF

RGB Percentages of Color #d155ef

%39.21
%15.95
%44.84

CMYK Percentages of Color #d155ef

%13
%64
%0
%6

Triadic Colors of #d155ef

#d155ef #efd155 #55efd1

Analogous Colors of #d155ef

#d155ef #ef55c0 #8455ef

Monochromatic Colors of #d155ef

#d155ef

Complementary Color

#d155ef #73ef55

#d155ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d155ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d155ef Color CSS Codes

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

#d155ef Text Font Color

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

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


#d155ef Background Color

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

This div background color is #d155ef


#d155ef Border Color

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

This div border color is #d155ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d155ef


Comments

No comments written yet.

Please login to write comment.