Color Hex Logo

#d931cb Color Hex

#D931CB
(217,49,203)
0 Favorites   0 Comments

Color spaces of #d931cb

RGB 21749203
HSL0.850.690.52
HSV305°77°85°
CMYK 0.000.770.06   0.15
XYZ40.493121.260158.4693
Yxy21.26010.33680.1768
Hunter Lab46.108776.0703-42.9081
CIE-Lab53.233077.8097-43.1949

#d931cb color RGB value is (217,49,203).

#d931cb hex color red value is 217, green value is 49 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d931cb hue: 0.85 , saturation: 0.69 and the lightness value of d931cb is 0.52.

The process color (four color CMYK) of #d931cb color hex is 0.00, 0.77, 0.06, 0.15. Web safe color of #d931cb is #cc33cc. Color #d931cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110001 11001011
Octal 331 61 313
Decimal 217 49 203
Hex D9 31 CB

RGB Percentages of Color #d931cb

%46.27
%10.45
%43.28

CMYK Percentages of Color #d931cb

%0
%77
%6
%15

Triadic Colors of #d931cb

#d931cb #cbd931 #31cbd9

Analogous Colors of #d931cb

#d931cb #d93177 #9331d9

Monochromatic Colors of #d931cb

#d931cb

Complementary Color

#d931cb #31d93f

#d931cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d931cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d931cb Color CSS Codes

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

#d931cb Text Font Color

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

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


#d931cb Background Color

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

This div background color is #d931cb


#d931cb Border Color

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

This div border color is #d931cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d931cb


Comments

No comments written yet.

Please login to write comment.