Color Hex Logo

#d751ca Color Hex

#D751CA
(215,81,202)
0 Favorites   0 Comments

Color spaces of #d751ca

RGB 21581202
HSL0.850.630.58
HSV306°62°84°
CMYK 0.000.620.06   0.16
XYZ41.627424.596258.4306
Yxy24.59620.33390.1973
Hunter Lab49.594663.0343-35.1372
CIE-Lab56.679866.4333-37.2161

#d751ca color RGB value is (215,81,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010001 11001010
Octal 327 121 312
Decimal 215 81 202
Hex D7 51 CA

RGB Percentages of Color #d751ca

%43.17
%16.27
%40.56

CMYK Percentages of Color #d751ca

%0
%62
%6
%16

Triadic Colors of #d751ca

#d751ca #cad751 #51cad7

Analogous Colors of #d751ca

#d751ca #d75187 #a151d7

Monochromatic Colors of #d751ca

#d751ca

Complementary Color

#d751ca #51d75e

#d751ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d751ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d751ca Color CSS Codes

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

#d751ca Text Font Color

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

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


#d751ca Background Color

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

This div background color is #d751ca


#d751ca Border Color

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

This div border color is #d751ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d751ca


Comments

No comments written yet.

Please login to write comment.