Color Hex Logo

#d21bee Color Hex

#D21BEE
(210,27,238)
0 Favorites   0 Comments

Color spaces of #d21bee

RGB 21027238
HSL0.810.860.52
HSV292°89°93°
CMYK 0.120.890.00   0.07
XYZ42.402920.658682.6415
Yxy20.65860.29100.1418
Hunter Lab45.451786.9860-75.9864
CIE-Lab52.573886.4751-64.2048

#d21bee color RGB value is (210,27,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00011011 11101110
Octal 322 33 356
Decimal 210 27 238
Hex D2 1B EE

RGB Percentages of Color #d21bee

%44.21
%5.68
%50.11

CMYK Percentages of Color #d21bee

%12
%89
%0
%7

Triadic Colors of #d21bee

#d21bee #eed21b #1beed2

Analogous Colors of #d21bee

#d21bee #ee1ba1 #691bee

Monochromatic Colors of #d21bee

#d21bee

Complementary Color

#d21bee #37ee1b

#d21bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d21bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d21bee Color CSS Codes

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

#d21bee Text Font Color

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

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


#d21bee Background Color

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

This div background color is #d21bee


#d21bee Border Color

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

This div border color is #d21bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d21bee


Comments

No comments written yet.

Please login to write comment.