Color Hex Logo

#d71bee Color Hex

#D71BEE
(215,27,238)
0 Favorites   0 Comments

Color spaces of #d71bee

RGB 21527238
HSL0.820.860.52
HSV293°89°93°
CMYK 0.100.890.00   0.07
XYZ43.848921.404082.7092
Yxy21.40400.29640.1447
Hunter Lab46.264588.2174-73.6105
CIE-Lab53.388887.2565-62.8494

#d71bee color RGB value is (215,27,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011011 11101110
Octal 327 33 356
Decimal 215 27 238
Hex D7 1B EE

RGB Percentages of Color #d71bee

%44.79
%5.63
%49.58

CMYK Percentages of Color #d71bee

%10
%89
%0
%7

Triadic Colors of #d71bee

#d71bee #eed71b #1beed7

Analogous Colors of #d71bee

#d71bee #ee1b9c #6e1bee

Monochromatic Colors of #d71bee

#d71bee

Complementary Color

#d71bee #32ee1b

#d71bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71bee Color CSS Codes

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

#d71bee Text Font Color

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

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


#d71bee Background Color

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

This div background color is #d71bee


#d71bee Border Color

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

This div border color is #d71bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71bee


Comments

No comments written yet.

Please login to write comment.