Color Hex Logo

#d255eb Color Hex

#D255EB
(210,85,235)
0 Favorites   0 Comments

Color spaces of #d255eb

RGB 21085235
HSL0.810.790.63
HSV290°64°92°
CMYK 0.110.640.00   0.08
XYZ44.822226.196881.2914
Yxy26.19680.29430.1720
Hunter Lab51.182866.7475-58.3397
CIE-Lab58.223469.2556-53.4652

#d255eb color RGB value is (210,85,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01010101 11101011
Octal 322 125 353
Decimal 210 85 235
Hex D2 55 EB

RGB Percentages of Color #d255eb

%39.62
%16.04
%44.34

CMYK Percentages of Color #d255eb

%11
%64
%0
%8

Triadic Colors of #d255eb

#d255eb #ebd255 #55ebd2

Analogous Colors of #d255eb

#d255eb #eb55b9 #8755eb

Monochromatic Colors of #d255eb

#d255eb

Complementary Color

#d255eb #6eeb55

#d255eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d255eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d255eb Color CSS Codes

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

#d255eb Text Font Color

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

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


#d255eb Background Color

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

This div background color is #d255eb


#d255eb Border Color

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

This div border color is #d255eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d255eb


Comments

No comments written yet.

Please login to write comment.