Color Hex Logo

#d235bd Color Hex

#D235BD
(210,53,189)
0 Favorites   0 Comments

Color spaces of #d235bd

RGB 21053189
HSL0.860.640.52
HSV308°75°82°
CMYK 0.000.750.10   0.18
XYZ37.036819.922050.0374
Yxy19.92200.34620.1862
Hunter Lab44.634170.0075-35.2237
CIE-Lab51.748973.1824-37.5303

#d235bd color RGB value is (210,53,189).

#d235bd hex color red value is 210, green value is 53 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d235bd hue: 0.86 , saturation: 0.64 and the lightness value of d235bd is 0.52.

The process color (four color CMYK) of #d235bd color hex is 0.00, 0.75, 0.10, 0.18. Web safe color of #d235bd is #cc33cc. Color #d235bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00110101 10111101
Octal 322 65 275
Decimal 210 53 189
Hex D2 35 BD

RGB Percentages of Color #d235bd

%46.46
%11.73
%41.81

CMYK Percentages of Color #d235bd

%0
%75
%10
%18

Triadic Colors of #d235bd

#d235bd #bdd235 #35bdd2

Analogous Colors of #d235bd

#d235bd #d2356f #9935d2

Monochromatic Colors of #d235bd

#d235bd

Complementary Color

#d235bd #35d24a

#d235bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d235bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d235bd Color CSS Codes

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

#d235bd Text Font Color

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

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


#d235bd Background Color

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

This div background color is #d235bd


#d235bd Border Color

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

This div border color is #d235bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d235bd


Comments

No comments written yet.

Please login to write comment.