Color Hex Logo

#d131cb Color Hex

#D131CB
(209,49,203)
0 Favorites   0 Comments

Color spaces of #d131cb

RGB 20949203
HSL0.840.630.51
HSV302°77°82°
CMYK 0.000.770.03   0.18
XYZ38.172320.063758.3607
Yxy20.06370.32740.1721
Hunter Lab44.792573.7312-45.8949
CIE-Lab51.909276.1864-45.3766

#d131cb color RGB value is (209,49,203).

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

The process color (four color CMYK) of #d131cb color hex is 0.00, 0.77, 0.03, 0.18. Web safe color of #d131cb is #cc33cc. Color #d131cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110001 11001011
Octal 321 61 313
Decimal 209 49 203
Hex D1 31 CB

RGB Percentages of Color #d131cb

%45.34
%10.63
%44.03

CMYK Percentages of Color #d131cb

%0
%77
%3
%18

Triadic Colors of #d131cb

#d131cb #cbd131 #31cbd1

Analogous Colors of #d131cb

#d131cb #d1317b #8731d1

Monochromatic Colors of #d131cb

#d131cb

Complementary Color

#d131cb #31d137

#d131cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d131cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d131cb Color CSS Codes

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

#d131cb Text Font Color

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

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


#d131cb Background Color

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

This div background color is #d131cb


#d131cb Border Color

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

This div border color is #d131cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d131cb


Comments

No comments written yet.

Please login to write comment.