Color Hex Logo

#d283bc Color Hex

#D283BC
(210,131,188)
0 Favorites   0 Comments

Color spaces of #d283bc

RGB 210131188
HSL0.880.470.67
HSV317°38°82°
CMYK 0.000.380.10   0.18
XYZ43.771733.565151.7486
Yxy33.56510.33910.2600
Hunter Lab57.935433.4745-12.4038
CIE-Lab64.615938.6372-17.0855

#d283bc color RGB value is (210,131,188).

#d283bc hex color red value is 210, green value is 131 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d283bc hue: 0.88 , saturation: 0.47 and the lightness value of d283bc is 0.67.

The process color (four color CMYK) of #d283bc color hex is 0.00, 0.38, 0.10, 0.18. Web safe color of #d283bc is #cc99cc. Color #d283bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10000011 10111100
Octal 322 203 274
Decimal 210 131 188
Hex D2 83 BC

RGB Percentages of Color #d283bc

%39.70
%24.76
%35.54

CMYK Percentages of Color #d283bc

%0
%38
%10
%18

Triadic Colors of #d283bc

#d283bc #bcd283 #83bcd2

Analogous Colors of #d283bc

#d283bc #d28395 #c183d2

Monochromatic Colors of #d283bc

#d283bc

Complementary Color

#d283bc #83d299

#d283bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d283bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d283bc Color CSS Codes

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

#d283bc Text Font Color

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

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


#d283bc Background Color

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

This div background color is #d283bc


#d283bc Border Color

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

This div border color is #d283bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,131,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d283bc


Comments

No comments written yet.

Please login to write comment.