Color Hex Logo

#d238ab Color Hex

#D238AB
(210,56,171)
0 Favorites   0 Comments

Color spaces of #d238ab

RGB 21056171
HSL0.880.630.52
HSV315°73°82°
CMYK 0.000.730.19   0.18
XYZ35.343219.470340.4234
Yxy19.47030.37110.2044
Hunter Lab44.125265.7552-23.4284
CIE-Lab51.233069.7527-27.8244

#d238ab color RGB value is (210,56,171).

#d238ab hex color red value is 210, green value is 56 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d238ab hue: 0.88 , saturation: 0.63 and the lightness value of d238ab is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00111000 10101011
Octal 322 70 253
Decimal 210 56 171
Hex D2 38 AB

RGB Percentages of Color #d238ab

%48.05
%12.81
%39.13

CMYK Percentages of Color #d238ab

%0
%73
%19
%18

Triadic Colors of #d238ab

#d238ab #abd238 #38abd2

Analogous Colors of #d238ab

#d238ab #d2385e #ac38d2

Monochromatic Colors of #d238ab

#d238ab

Complementary Color

#d238ab #38d25f

#d238ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d238ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d238ab Color CSS Codes

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

#d238ab Text Font Color

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

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


#d238ab Background Color

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

This div background color is #d238ab


#d238ab Border Color

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

This div border color is #d238ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d238ab


Comments

No comments written yet.

Please login to write comment.