Color Hex Logo

#d41beb Color Hex

#D41BEB
(212,27,235)
0 Favorites   0 Comments

Color spaces of #d41beb

RGB 21227235
HSL0.810.840.51
HSV293°89°92°
CMYK 0.100.890.00   0.08
XYZ42.538720.779180.3660
Yxy20.77910.29610.1446
Hunter Lab45.584186.8025-72.6210
CIE-Lab52.706986.3090-62.2853

#d41beb color RGB value is (212,27,235).

#d41beb hex color red value is 212, green value is 27 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d41beb hue: 0.81 , saturation: 0.84 and the lightness value of d41beb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00011011 11101011
Octal 324 33 353
Decimal 212 27 235
Hex D4 1B EB

RGB Percentages of Color #d41beb

%44.73
%5.70
%49.58

CMYK Percentages of Color #d41beb

%10
%89
%0
%8

Triadic Colors of #d41beb

#d41beb #ebd41b #1bebd4

Analogous Colors of #d41beb

#d41beb #eb1b9a #6c1beb

Monochromatic Colors of #d41beb

#d41beb

Complementary Color

#d41beb #32eb1b

#d41beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d41beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d41beb Color CSS Codes

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

#d41beb Text Font Color

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

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


#d41beb Background Color

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

This div background color is #d41beb


#d41beb Border Color

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

This div border color is #d41beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d41beb


Comments

No comments written yet.

Please login to write comment.