Color Hex Logo

#d13bed Color Hex

#D13BED
(209,59,237)
0 Favorites   0 Comments

Color spaces of #d13bed

RGB 20959237
HSL0.810.830.58
HSV291°75°93°
CMYK 0.120.750.00   0.07
XYZ43.144522.797782.2472
Yxy22.79770.29110.1538
Hunter Lab47.746977.7368-68.7080
CIE-Lab54.863378.8209-59.9667

#d13bed color RGB value is (209,59,237).

#d13bed hex color red value is 209, green value is 59 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d13bed hue: 0.81 , saturation: 0.83 and the lightness value of d13bed is 0.58.

The process color (four color CMYK) of #d13bed color hex is 0.12, 0.75, 0.00, 0.07. Web safe color of #d13bed is #cc33ff. Color #d13bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111011 11101101
Octal 321 73 355
Decimal 209 59 237
Hex D1 3B ED

RGB Percentages of Color #d13bed

%41.39
%11.68
%46.93

CMYK Percentages of Color #d13bed

%12
%75
%0
%7

Triadic Colors of #d13bed

#d13bed #edd13b #3bedd1

Analogous Colors of #d13bed

#d13bed #ed3bb0 #783bed

Monochromatic Colors of #d13bed

#d13bed

Complementary Color

#d13bed #57ed3b

#d13bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13bed Color CSS Codes

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

#d13bed Text Font Color

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

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


#d13bed Background Color

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

This div background color is #d13bed


#d13bed Border Color

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

This div border color is #d13bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13bed


Comments

No comments written yet.

Please login to write comment.