Color Hex Logo

#d151cb Color Hex

#D151CB
(209,81,203)
0 Favorites   0 Comments

Color spaces of #d151cb

RGB 20981203
HSL0.840.580.57
HSV303°61°82°
CMYK 0.000.610.03   0.18
XYZ40.016423.752058.9754
Yxy23.75200.32600.1935
Hunter Lab48.736061.2756-37.6315
CIE-Lab55.838665.0963-39.1701

#d151cb color RGB value is (209,81,203).

#d151cb hex color red value is 209, green value is 81 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d151cb hue: 0.84 , saturation: 0.58 and the lightness value of d151cb is 0.57.

The process color (four color CMYK) of #d151cb color hex is 0.00, 0.61, 0.03, 0.18. Web safe color of #d151cb is #cc66cc. Color #d151cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010001 11001011
Octal 321 121 313
Decimal 209 81 203
Hex D1 51 CB

RGB Percentages of Color #d151cb

%42.39
%16.43
%41.18

CMYK Percentages of Color #d151cb

%0
%61
%3
%18

Triadic Colors of #d151cb

#d151cb #cbd151 #51cbd1

Analogous Colors of #d151cb

#d151cb #d1518b #9751d1

Monochromatic Colors of #d151cb

#d151cb

Complementary Color

#d151cb #51d157

#d151cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d151cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d151cb Color CSS Codes

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

#d151cb Text Font Color

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

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


#d151cb Background Color

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

This div background color is #d151cb


#d151cb Border Color

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

This div border color is #d151cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,81,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d151cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d151cb;
  -webkit-box-shadow: 1px 1px 3px 2px #d151cb;
  box-shadow:         1px 1px 3px 2px #d151cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,81,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d151cb


Comments

No comments written yet.

Please login to write comment.