Color Hex Logo

#d55bed Color Hex

#D55BED
(213,91,237)
0 Favorites   0 Comments

Color spaces of #d55bed

RGB 21391237
HSL0.810.800.64
HSV290°62°93°
CMYK 0.100.620.00   0.07
XYZ46.467727.742783.0265
Yxy27.74270.29550.1764
Hunter Lab52.671365.3014-56.5896
CIE-Lab59.655667.7878-52.2777

#d55bed color RGB value is (213,91,237).

#d55bed hex color red value is 213, green value is 91 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d55bed hue: 0.81 , saturation: 0.80 and the lightness value of d55bed is 0.64.

The process color (four color CMYK) of #d55bed color hex is 0.10, 0.62, 0.00, 0.07. Web safe color of #d55bed is #cc66ff. Color #d55bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011011 11101101
Octal 325 133 355
Decimal 213 91 237
Hex D5 5B ED

RGB Percentages of Color #d55bed

%39.37
%16.82
%43.81

CMYK Percentages of Color #d55bed

%10
%62
%0
%7

Triadic Colors of #d55bed

#d55bed #edd55b #5bedd5

Analogous Colors of #d55bed

#d55bed #ed5bbc #8c5bed

Monochromatic Colors of #d55bed

#d55bed

Complementary Color

#d55bed #73ed5b

#d55bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55bed Color CSS Codes

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

#d55bed Text Font Color

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

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


#d55bed Background Color

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

This div background color is #d55bed


#d55bed Border Color

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

This div border color is #d55bed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,91,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d55bed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d55bed;
  -webkit-box-shadow: 1px 1px 3px 2px #d55bed;
  box-shadow:         1px 1px 3px 2px #d55bed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,91,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55bed


Comments

No comments written yet.

Please login to write comment.