Color Hex Logo

#d8238a Color Hex

#D8238A
(216,35,138)
0 Favorites   0 Comments

Color spaces of #d8238a

RGB 21635138
HSL0.910.720.49
HSV326°84°85°
CMYK 0.000.840.36   0.15
XYZ33.507417.636025.6828
Yxy17.63600.43610.2296
Hunter Lab41.995268.9309-6.8630
CIE-Lab49.051672.8188-11.4152

#d8238a color RGB value is (216,35,138).

#d8238a hex color red value is 216, green value is 35 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #d8238a hue: 0.91 , saturation: 0.72 and the lightness value of d8238a is 0.49.

The process color (four color CMYK) of #d8238a color hex is 0.00, 0.84, 0.36, 0.15. Web safe color of #d8238a is #cc3399. Color #d8238a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100011 10001010
Octal 330 43 212
Decimal 216 35 138
Hex D8 23 8A

RGB Percentages of Color #d8238a

%55.53
%9.00
%35.48

CMYK Percentages of Color #d8238a

%0
%84
%36
%15

Triadic Colors of #d8238a

#d8238a #8ad823 #238ad8

Analogous Colors of #d8238a

#d8238a #d8232f #cc23d8

Monochromatic Colors of #d8238a

#d8238a

Complementary Color

#d8238a #23d871

#d8238a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8238a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8238a Color CSS Codes

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

#d8238a Text Font Color

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

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


#d8238a Background Color

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

This div background color is #d8238a


#d8238a Border Color

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

This div border color is #d8238a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,35,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d8238a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d8238a;
  -webkit-box-shadow: 1px 1px 3px 2px #d8238a;
  box-shadow:         1px 1px 3px 2px #d8238a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,35,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8238a


Comments

No comments written yet.

Please login to write comment.