Color Hex Logo

#d71bec Color Hex

#D71BEC
(215,27,236)
0 Favorites   0 Comments

Color spaces of #d71bec

RGB 21527236
HSL0.820.850.52
HSV294°89°93°
CMYK 0.090.890.00   0.07
XYZ43.556621.287181.1700
Yxy21.28710.29830.1458
Hunter Lab46.137987.7718-72.0117
CIE-Lab53.262386.9416-61.9285

#d71bec color RGB value is (215,27,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011011 11101100
Octal 327 33 354
Decimal 215 27 236
Hex D7 1B EC

RGB Percentages of Color #d71bec

%44.98
%5.65
%49.37

CMYK Percentages of Color #d71bec

%9
%89
%0
%7

Triadic Colors of #d71bec

#d71bec #ecd71b #1becd7

Analogous Colors of #d71bec

#d71bec #ec1b99 #6f1bec

Monochromatic Colors of #d71bec

#d71bec

Complementary Color

#d71bec #30ec1b

#d71bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71bec Color CSS Codes

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

#d71bec Text Font Color

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

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


#d71bec Background Color

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

This div background color is #d71bec


#d71bec Border Color

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

This div border color is #d71bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71bec


Comments

No comments written yet.

Please login to write comment.