Color Hex Logo

#d0238a Color Hex

#D0238A
(208,35,138)
0 Favorites   0 Comments

Color spaces of #d0238a

RGB 20835138
HSL0.900.710.48
HSV324°83°82°
CMYK 0.000.830.34   0.18
XYZ31.200916.446925.5749
Yxy16.44690.42610.2246
Hunter Lab40.554866.3585-9.0015
CIE-Lab47.555470.9698-13.8215

#d0238a color RGB value is (208,35,138).

#d0238a hex color red value is 208, green value is 35 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #d0238a hue: 0.90 , saturation: 0.71 and the lightness value of d0238a is 0.48.

The process color (four color CMYK) of #d0238a color hex is 0.00, 0.83, 0.34, 0.18. Web safe color of #d0238a is #cc3399. Color #d0238a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100011 10001010
Octal 320 43 212
Decimal 208 35 138
Hex D0 23 8A

RGB Percentages of Color #d0238a

%54.59
%9.19
%36.22

CMYK Percentages of Color #d0238a

%0
%83
%34
%18

Triadic Colors of #d0238a

#d0238a #8ad023 #238ad0

Analogous Colors of #d0238a

#d0238a #d02334 #c023d0

Monochromatic Colors of #d0238a

#d0238a

Complementary Color

#d0238a #23d069

#d0238a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0238a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0238a Color CSS Codes

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

#d0238a Text Font Color

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

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


#d0238a Background Color

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

This div background color is #d0238a


#d0238a Border Color

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

This div border color is #d0238a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0238a


Comments

No comments written yet.

Please login to write comment.