Color Hex Logo

#d64bee Color Hex

#D64BEE
(214,75,238)
0 Favorites   0 Comments

Color spaces of #d64bee

RGB 21475238
HSL0.810.830.61
HSV291°68°93°
CMYK 0.100.680.00   0.07
XYZ45.680225.501383.4036
Yxy25.50130.29550.1650
Hunter Lab50.498873.0946-62.5739
CIE-Lab57.560674.5799-56.1659

#d64bee color RGB value is (214,75,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001011 11101110
Octal 326 113 356
Decimal 214 75 238
Hex D6 4B EE

RGB Percentages of Color #d64bee

%40.61
%14.23
%45.16

CMYK Percentages of Color #d64bee

%10
%68
%0
%7

Triadic Colors of #d64bee

#d64bee #eed64b #4beed6

Analogous Colors of #d64bee

#d64bee #ee4bb5 #854bee

Monochromatic Colors of #d64bee

#d64bee

Complementary Color

#d64bee #63ee4b

#d64bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64bee Color CSS Codes

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

#d64bee Text Font Color

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

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


#d64bee Background Color

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

This div background color is #d64bee


#d64bee Border Color

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

This div border color is #d64bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64bee


Comments

No comments written yet.

Please login to write comment.