Color Hex Logo

#d085ca Color Hex

#D085CA
(208,133,202)
0 Favorites   0 Comments

Color spaces of #d085ca

RGB 208133202
HSL0.850.440.67
HSV305°36°82°
CMYK 0.000.360.03   0.18
XYZ45.060634.449260.1515
Yxy34.44920.32260.2467
Hunter Lab58.693434.3259-19.6775
CIE-Lab65.317639.3660-23.9037

#d085ca color RGB value is (208,133,202).

#d085ca hex color red value is 208, green value is 133 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d085ca hue: 0.85 , saturation: 0.44 and the lightness value of d085ca is 0.67.

The process color (four color CMYK) of #d085ca color hex is 0.00, 0.36, 0.03, 0.18. Web safe color of #d085ca is #cc99cc. Color #d085ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000101 11001010
Octal 320 205 312
Decimal 208 133 202
Hex D0 85 CA

RGB Percentages of Color #d085ca

%38.31
%24.49
%37.20

CMYK Percentages of Color #d085ca

%0
%36
%3
%18

Triadic Colors of #d085ca

#d085ca #cad085 #85cad0

Analogous Colors of #d085ca

#d085ca #d085a5 #b185d0

Monochromatic Colors of #d085ca

#d085ca

Complementary Color

#d085ca #85d08b

#d085ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d085ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d085ca Color CSS Codes

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

#d085ca Text Font Color

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

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


#d085ca Background Color

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

This div background color is #d085ca


#d085ca Border Color

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

This div border color is #d085ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d085ca


Comments

No comments written yet.

Please login to write comment.