Color Hex Logo

#d61bea Color Hex

#D61BEA
(214,27,234)
0 Favorites   0 Comments

Color spaces of #d61bea

RGB 21427234
HSL0.820.830.51
HSV294°88°92°
CMYK 0.090.880.00   0.08
XYZ42.974821.020579.6342
Yxy21.02050.29920.1464
Hunter Lab45.848187.0791-70.8879
CIE-Lab52.971986.4691-61.2781

#d61bea color RGB value is (214,27,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011011 11101010
Octal 326 33 352
Decimal 214 27 234
Hex D6 1B EA

RGB Percentages of Color #d61bea

%45.05
%5.68
%49.26

CMYK Percentages of Color #d61bea

%9
%88
%0
%8

Triadic Colors of #d61bea

#d61bea #ead61b #1bead6

Analogous Colors of #d61bea

#d61bea #ea1b97 #6f1bea

Monochromatic Colors of #d61bea

#d61bea

Complementary Color

#d61bea #2fea1b

#d61bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61bea Color CSS Codes

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

#d61bea Text Font Color

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

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


#d61bea Background Color

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

This div background color is #d61bea


#d61bea Border Color

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

This div border color is #d61bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61bea


Comments

No comments written yet.

Please login to write comment.