Color Hex Logo

#d731cb Color Hex

#D731CB
(215,49,203)
0 Favorites   0 Comments

Color spaces of #d731cb

RGB 21549203
HSL0.850.670.52
HSV304°77°84°
CMYK 0.000.770.06   0.16
XYZ39.902120.955558.4417
Yxy20.95550.33450.1757
Hunter Lab45.777275.4811-43.6489
CIE-Lab52.900877.4024-43.7421

#d731cb color RGB value is (215,49,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00110001 11001011
Octal 327 61 313
Decimal 215 49 203
Hex D7 31 CB

RGB Percentages of Color #d731cb

%46.04
%10.49
%43.47

CMYK Percentages of Color #d731cb

%0
%77
%6
%16

Triadic Colors of #d731cb

#d731cb #cbd731 #31cbd7

Analogous Colors of #d731cb

#d731cb #d73178 #9031d7

Monochromatic Colors of #d731cb

#d731cb

Complementary Color

#d731cb #31d73d

#d731cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d731cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d731cb Color CSS Codes

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

#d731cb Text Font Color

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

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


#d731cb Background Color

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

This div background color is #d731cb


#d731cb Border Color

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

This div border color is #d731cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d731cb


Comments

No comments written yet.

Please login to write comment.