Color Hex Logo

#d283ba Color Hex

#D283BA
(210,131,186)
0 Favorites   0 Comments

Color spaces of #d283ba

RGB 210131186
HSL0.880.470.67
HSV318°38°82°
CMYK 0.000.380.11   0.18
XYZ43.557633.479450.6208
Yxy33.47940.34120.2623
Hunter Lab57.861433.1160-11.3677
CIE-Lab64.547238.3026-16.0617

#d283ba color RGB value is (210,131,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10000011 10111010
Octal 322 203 272
Decimal 210 131 186
Hex D2 83 BA

RGB Percentages of Color #d283ba

%39.85
%24.86
%35.29

CMYK Percentages of Color #d283ba

%0
%38
%11
%18

Triadic Colors of #d283ba

#d283ba #bad283 #83bad2

Analogous Colors of #d283ba

#d283ba #d28393 #c383d2

Monochromatic Colors of #d283ba

#d283ba

Complementary Color

#d283ba #83d29b

#d283ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d283ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d283ba Color CSS Codes

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

#d283ba Text Font Color

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

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


#d283ba Background Color

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

This div background color is #d283ba


#d283ba Border Color

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

This div border color is #d283ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d283ba


Comments

No comments written yet.

Please login to write comment.