Color Hex Logo

#d285ca Color Hex

#D285CA
(210,133,202)
0 Favorites   0 Comments

Color spaces of #d285ca

RGB 210133202
HSL0.850.460.67
HSV306°37°82°
CMYK 0.000.370.04   0.18
XYZ45.626534.741060.1780
Yxy34.74100.32460.2472
Hunter Lab58.941535.0289-19.2748
CIE-Lab65.546540.0044-23.5330

#d285ca color RGB value is (210,133,202).

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

The process color (four color CMYK) of #d285ca color hex is 0.00, 0.37, 0.04, 0.18. Web safe color of #d285ca is #cc99cc. Color #d285ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10000101 11001010
Octal 322 205 312
Decimal 210 133 202
Hex D2 85 CA

RGB Percentages of Color #d285ca

%38.53
%24.40
%37.06

CMYK Percentages of Color #d285ca

%0
%37
%4
%18

Triadic Colors of #d285ca

#d285ca #cad285 #85cad2

Analogous Colors of #d285ca

#d285ca #d285a4 #b485d2

Monochromatic Colors of #d285ca

#d285ca

Complementary Color

#d285ca #85d28d

#d285ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d285ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d285ca Color CSS Codes

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

#d285ca Text Font Color

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

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


#d285ca Background Color

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

This div background color is #d285ca


#d285ca Border Color

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

This div border color is #d285ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d285ca


Comments

No comments written yet.

Please login to write comment.