Color Hex Logo

#d01bea Color Hex

#D01BEA
(208,27,234)
0 Favorites   0 Comments

Color spaces of #d01bea

RGB 20827234
HSL0.810.830.51
HSV292°88°92°
CMYK 0.110.880.00   0.08
XYZ41.255620.134379.5538
Yxy20.13430.29270.1429
Hunter Lab44.871385.5920-73.7074
CIE-Lab51.988785.5198-62.9126

#d01bea color RGB value is (208,27,234).

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

The process color (four color CMYK) of #d01bea color hex is 0.11, 0.88, 0.00, 0.08. Web safe color of #d01bea is #cc33ff. Color #d01bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00011011 11101010
Octal 320 33 352
Decimal 208 27 234
Hex D0 1B EA

RGB Percentages of Color #d01bea

%44.35
%5.76
%49.89

CMYK Percentages of Color #d01bea

%11
%88
%0
%8

Triadic Colors of #d01bea

#d01bea #ead01b #1bead0

Analogous Colors of #d01bea

#d01bea #ea1b9d #691bea

Monochromatic Colors of #d01bea

#d01bea

Complementary Color

#d01bea #35ea1b

#d01bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d01bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d01bea Color CSS Codes

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

#d01bea Text Font Color

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

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


#d01bea Background Color

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

This div background color is #d01bea


#d01bea Border Color

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

This div border color is #d01bea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,27,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d01bea


Comments

No comments written yet.

Please login to write comment.