Color Hex Logo

#d155ff Color Hex

#D155FF
(209,85,255)
0 Favorites   0 Comments

Color spaces of #d155ff

RGB 20985255
HSL0.791.000.67
HSV284°67°100°
CMYK 0.180.670.00   0.00
XYZ47.593027.272397.3634
Yxy27.27230.27630.1583
Hunter Lab52.222971.2848-73.9832
CIE-Lab59.225572.7957-62.9831

#d155ff color RGB value is (209,85,255).

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

The process color (four color CMYK) of #d155ff color hex is 0.18, 0.67, 0.00, 0.00. Web safe color of #d155ff is #cc66ff. Color #d155ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010101 11111111
Octal 321 125 377
Decimal 209 85 255
Hex D1 55 FF

RGB Percentages of Color #d155ff

%38.07
%15.48
%46.45

CMYK Percentages of Color #d155ff

%18
%67
%0
%0

Triadic Colors of #d155ff

#d155ff #ffd155 #55ffd1

Analogous Colors of #d155ff

#d155ff #ff55d8 #7c55ff

Monochromatic Colors of #d155ff

#d155ff

Complementary Color

#d155ff #83ff55

#d155ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d155ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d155ff Color CSS Codes

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

#d155ff Text Font Color

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

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


#d155ff Background Color

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

This div background color is #d155ff


#d155ff Border Color

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

This div border color is #d155ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d155ff

Related Colors


Comments

No comments written yet.

Please login to write comment.