Color Hex Logo

#d768ca Color Hex

#D768CA
(215,104,202)
0 Favorites   0 Comments

Color spaces of #d768ca

RGB 215104202
HSL0.850.580.63
HSV307°52°84°
CMYK 0.000.520.06   0.16
XYZ43.635328.612059.0999
Yxy28.61200.33220.2178
Hunter Lab53.490252.0058-28.0648
CIE-Lab60.437756.2453-31.3553

#d768ca color RGB value is (215,104,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101000 11001010
Octal 327 150 312
Decimal 215 104 202
Hex D7 68 CA

RGB Percentages of Color #d768ca

%41.27
%19.96
%38.77

CMYK Percentages of Color #d768ca

%0
%52
%6
%16

Triadic Colors of #d768ca

#d768ca #cad768 #68cad7

Analogous Colors of #d768ca

#d768ca #d76893 #ad68d7

Monochromatic Colors of #d768ca

#d768ca

Complementary Color

#d768ca #68d775

#d768ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d768ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d768ca Color CSS Codes

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

#d768ca Text Font Color

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

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


#d768ca Background Color

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

This div background color is #d768ca


#d768ca Border Color

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

This div border color is #d768ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d768ca


Comments

No comments written yet.

Please login to write comment.