Color Hex Logo

#d61bee Color Hex

#D61BEE
(214,27,238)
0 Favorites   0 Comments

Color spaces of #d61bee

RGB 21427238
HSL0.810.860.52
HSV293°89°93°
CMYK 0.100.890.00   0.07
XYZ43.556121.253182.6955
Yxy21.25310.29530.1441
Hunter Lab46.101187.9691-74.0828
CIE-Lab53.225487.0991-63.1211

#d61bee color RGB value is (214,27,238).

#d61bee hex color red value is 214, green value is 27 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d61bee hue: 0.81 , saturation: 0.86 and the lightness value of d61bee is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011011 11101110
Octal 326 33 356
Decimal 214 27 238
Hex D6 1B EE

RGB Percentages of Color #d61bee

%44.68
%5.64
%49.69

CMYK Percentages of Color #d61bee

%10
%89
%0
%7

Triadic Colors of #d61bee

#d61bee #eed61b #1beed6

Analogous Colors of #d61bee

#d61bee #ee1b9d #6d1bee

Monochromatic Colors of #d61bee

#d61bee

Complementary Color

#d61bee #33ee1b

#d61bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61bee Color CSS Codes

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

#d61bee Text Font Color

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

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


#d61bee Background Color

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

This div background color is #d61bee


#d61bee Border Color

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

This div border color is #d61bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61bee


Comments

No comments written yet.

Please login to write comment.