Color Hex Logo

#d27bef Color Hex

#D27BEF
(210,123,239)
0 Favorites   0 Comments

Color spaces of #d27bef

RGB 210123239
HSL0.790.780.71
HSV285°49°94°
CMYK 0.120.490.00   0.06
XYZ49.241334.099685.6479
Yxy34.09960.29140.2018
Hunter Lab58.394948.3286-46.0844
CIE-Lab65.041652.2583-44.8947

#d27bef color RGB value is (210,123,239).

#d27bef hex color red value is 210, green value is 123 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d27bef hue: 0.79 , saturation: 0.78 and the lightness value of d27bef is 0.71.

The process color (four color CMYK) of #d27bef color hex is 0.12, 0.49, 0.00, 0.06. Web safe color of #d27bef is #cc66ff. Color #d27bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111011 11101111
Octal 322 173 357
Decimal 210 123 239
Hex D2 7B EF

RGB Percentages of Color #d27bef

%36.71
%21.50
%41.78

CMYK Percentages of Color #d27bef

%12
%49
%0
%6

Triadic Colors of #d27bef

#d27bef #efd27b #7befd2

Analogous Colors of #d27bef

#d27bef #ef7bd2 #987bef

Monochromatic Colors of #d27bef

#d27bef

Complementary Color

#d27bef #98ef7b

#d27bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27bef Color CSS Codes

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

#d27bef Text Font Color

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

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


#d27bef Background Color

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

This div background color is #d27bef


#d27bef Border Color

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

This div border color is #d27bef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,123,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27bef


Comments

No comments written yet.

Please login to write comment.