Color Hex Logo

#d263ba Color Hex

#D263BA
(210,99,186)
0 Favorites   0 Comments

Color spaces of #d263ba

RGB 21099186
HSL0.870.550.61
HSV313°53°82°
CMYK 0.000.530.11   0.18
XYZ39.903126.170549.4027
Yxy26.17050.34560.2266
Hunter Lab51.157149.7070-21.4467
CIE-Lab58.198554.5703-25.7549

#d263ba color RGB value is (210,99,186).

#d263ba hex color red value is 210, green value is 99 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d263ba hue: 0.87 , saturation: 0.55 and the lightness value of d263ba is 0.61.

The process color (four color CMYK) of #d263ba color hex is 0.00, 0.53, 0.11, 0.18. Web safe color of #d263ba is #cc66cc. Color #d263ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01100011 10111010
Octal 322 143 272
Decimal 210 99 186
Hex D2 63 BA

RGB Percentages of Color #d263ba

%42.42
%20.00
%37.58

CMYK Percentages of Color #d263ba

%0
%53
%11
%18

Triadic Colors of #d263ba

#d263ba #bad263 #63bad2

Analogous Colors of #d263ba

#d263ba #d26383 #b363d2

Monochromatic Colors of #d263ba

#d263ba

Complementary Color

#d263ba #63d27b

#d263ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d263ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d263ba Color CSS Codes

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

#d263ba Text Font Color

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

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


#d263ba Background Color

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

This div background color is #d263ba


#d263ba Border Color

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

This div border color is #d263ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d263ba


Comments

No comments written yet.

Please login to write comment.