Color Hex Logo

#d03bed Color Hex

#D03BED
(208,59,237)
0 Favorites   0 Comments

Color spaces of #d03bed

RGB 20859237
HSL0.810.830.58
HSV290°75°93°
CMYK 0.120.750.00   0.07
XYZ42.862522.652382.2340
Yxy22.65230.29010.1533
Hunter Lab47.594477.4629-69.1256
CIE-Lab54.712478.6326-60.2173

#d03bed color RGB value is (208,59,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111011 11101101
Octal 320 73 355
Decimal 208 59 237
Hex D0 3B ED

RGB Percentages of Color #d03bed

%41.27
%11.71
%47.02

CMYK Percentages of Color #d03bed

%12
%75
%0
%7

Triadic Colors of #d03bed

#d03bed #edd03b #3bedd0

Analogous Colors of #d03bed

#d03bed #ed3bb1 #773bed

Monochromatic Colors of #d03bed

#d03bed

Complementary Color

#d03bed #58ed3b

#d03bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03bed Color CSS Codes

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

#d03bed Text Font Color

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

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


#d03bed Background Color

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

This div background color is #d03bed


#d03bed Border Color

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

This div border color is #d03bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03bed


Comments

No comments written yet.

Please login to write comment.