Color Hex Logo

#d67498 Color Hex

#D67498
(214,116,152)
0 Favorites   0 Comments

Color spaces of #d67498

RGB 214116152
HSL0.940.540.65
HSV338°46°84°
CMYK 0.000.460.29   0.16
XYZ39.644429.053933.2242
Yxy29.05390.38900.2851
Hunter Lab53.901736.95791.1857
CIE-Lab60.829242.4205-2.1823

#d67498 color RGB value is (214,116,152).

#d67498 hex color red value is 214, green value is 116 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #d67498 hue: 0.94 , saturation: 0.54 and the lightness value of d67498 is 0.65.

The process color (four color CMYK) of #d67498 color hex is 0.00, 0.46, 0.29, 0.16. Web safe color of #d67498 is #cc6699. Color #d67498 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110100 10011000
Octal 326 164 230
Decimal 214 116 152
Hex D6 74 98

RGB Percentages of Color #d67498

%44.40
%24.07
%31.54

CMYK Percentages of Color #d67498

%0
%46
%29
%16

Triadic Colors of #d67498

#d67498 #98d674 #7498d6

Analogous Colors of #d67498

#d67498 #d68174 #d674c9

Monochromatic Colors of #d67498

#d67498

Complementary Color

#d67498 #74d6b2

#d67498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d67498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d67498 Color CSS Codes

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

#d67498 Text Font Color

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

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


#d67498 Background Color

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

This div background color is #d67498


#d67498 Border Color

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

This div border color is #d67498


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,116,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d67498; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d67498;
  -webkit-box-shadow: 1px 1px 3px 2px #d67498;
  box-shadow:         1px 1px 3px 2px #d67498; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,116,152, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d67498


Comments

No comments written yet.

Please login to write comment.