Color Hex Logo

#d751cb Color Hex

#D751CB
(215,81,203)
0 Favorites   0 Comments

Color spaces of #d751cb

RGB 21581203
HSL0.850.630.58
HSV305°62°84°
CMYK 0.000.620.06   0.16
XYZ41.746324.643759.0564
Yxy24.64370.33280.1964
Hunter Lab49.642463.2336-35.7838
CIE-Lab56.726666.5929-37.7137

#d751cb color RGB value is (215,81,203).

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

The process color (four color CMYK) of #d751cb color hex is 0.00, 0.62, 0.06, 0.16. Web safe color of #d751cb is #cc66cc. Color #d751cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010001 11001011
Octal 327 121 313
Decimal 215 81 203
Hex D7 51 CB

RGB Percentages of Color #d751cb

%43.09
%16.23
%40.68

CMYK Percentages of Color #d751cb

%0
%62
%6
%16

Triadic Colors of #d751cb

#d751cb #cbd751 #51cbd7

Analogous Colors of #d751cb

#d751cb #d75188 #a051d7

Monochromatic Colors of #d751cb

#d751cb

Complementary Color

#d751cb #51d75d

#d751cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d751cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d751cb Color CSS Codes

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

#d751cb Text Font Color

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

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


#d751cb Background Color

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

This div background color is #d751cb


#d751cb Border Color

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

This div border color is #d751cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d751cb


Comments

No comments written yet.

Please login to write comment.