Color Hex Logo

#d233ab Color Hex

#D233AB
(210,51,171)
0 Favorites   0 Comments

Color spaces of #d233ab

RGB 21051171
HSL0.870.640.51
HSV315°76°82°
CMYK 0.000.760.19   0.18
XYZ35.112919.009640.3466
Yxy19.00960.37170.2012
Hunter Lab43.600067.4535-24.3458
CIE-Lab50.698471.2740-28.6549

#d233ab color RGB value is (210,51,171).

#d233ab hex color red value is 210, green value is 51 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d233ab hue: 0.87 , saturation: 0.64 and the lightness value of d233ab is 0.51.

The process color (four color CMYK) of #d233ab color hex is 0.00, 0.76, 0.19, 0.18. Web safe color of #d233ab is #cc3399. Color #d233ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00110011 10101011
Octal 322 63 253
Decimal 210 51 171
Hex D2 33 AB

RGB Percentages of Color #d233ab

%48.61
%11.81
%39.58

CMYK Percentages of Color #d233ab

%0
%76
%19
%18

Triadic Colors of #d233ab

#d233ab #abd233 #33abd2

Analogous Colors of #d233ab

#d233ab #d2335c #aa33d2

Monochromatic Colors of #d233ab

#d233ab

Complementary Color

#d233ab #33d25a

#d233ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d233ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d233ab Color CSS Codes

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

#d233ab Text Font Color

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

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


#d233ab Background Color

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

This div background color is #d233ab


#d233ab Border Color

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

This div border color is #d233ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d233ab


Comments

No comments written yet.

Please login to write comment.