Color Hex Logo

#d089c3 Color Hex

#D089C3
(208,137,195)
0 Favorites   0 Comments

Color spaces of #d089c3

RGB 208137195
HSL0.860.430.68
HSV311°34°82°
CMYK 0.000.340.06   0.18
XYZ44.808435.241356.0704
Yxy35.24130.32920.2589
Hunter Lab59.364430.8446-14.4451
CIE-Lab65.936135.9712-19.0386

#d089c3 color RGB value is (208,137,195).

#d089c3 hex color red value is 208, green value is 137 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #d089c3 hue: 0.86 , saturation: 0.43 and the lightness value of d089c3 is 0.68.

The process color (four color CMYK) of #d089c3 color hex is 0.00, 0.34, 0.06, 0.18. Web safe color of #d089c3 is #cc99cc. Color #d089c3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001001 11000011
Octal 320 211 303
Decimal 208 137 195
Hex D0 89 C3

RGB Percentages of Color #d089c3

%38.52
%25.37
%36.11

CMYK Percentages of Color #d089c3

%0
%34
%6
%18

Triadic Colors of #d089c3

#d089c3 #c3d089 #89c3d0

Analogous Colors of #d089c3

#d089c3 #d089a0 #ba89d0

Monochromatic Colors of #d089c3

#d089c3

Complementary Color

#d089c3 #89d096

#d089c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d089c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d089c3 Color CSS Codes

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

#d089c3 Text Font Color

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

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


#d089c3 Background Color

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

This div background color is #d089c3


#d089c3 Border Color

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

This div border color is #d089c3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,137,195, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d089c3


Comments

No comments written yet.

Please login to write comment.