Color Hex Logo

#d32beb Color Hex

#D32BEB
(211,43,235)
0 Favorites   0 Comments

Color spaces of #d32beb

RGB 21143235
HSL0.810.830.55
HSV293°82°92°
CMYK 0.100.820.00   0.08
XYZ42.723221.574880.5098
Yxy21.57480.29500.1490
Hunter Lab46.448782.8980-70.2537
CIE-Lab53.572983.1282-60.8999

#d32beb color RGB value is (211,43,235).

#d32beb hex color red value is 211, green value is 43 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d32beb hue: 0.81 , saturation: 0.83 and the lightness value of d32beb is 0.55.

The process color (four color CMYK) of #d32beb color hex is 0.10, 0.82, 0.00, 0.08. Web safe color of #d32beb is #cc33ff. Color #d32beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00101011 11101011
Octal 323 53 353
Decimal 211 43 235
Hex D3 2B EB

RGB Percentages of Color #d32beb

%43.15
%8.79
%48.06

CMYK Percentages of Color #d32beb

%10
%82
%0
%8

Triadic Colors of #d32beb

#d32beb #ebd32b #2bebd3

Analogous Colors of #d32beb

#d32beb #eb2ba3 #732beb

Monochromatic Colors of #d32beb

#d32beb

Complementary Color

#d32beb #43eb2b

#d32beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d32beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d32beb Color CSS Codes

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

#d32beb Text Font Color

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

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


#d32beb Background Color

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

This div background color is #d32beb


#d32beb Border Color

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

This div border color is #d32beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d32beb


Comments

No comments written yet.

Please login to write comment.