Color Hex Logo

#d00692 Color Hex

#D00692
(208,6,146)
0 Favorites   0 Comments

Color spaces of #d00692

RGB 2086146
HSL0.880.940.42
HSV318°97°82°
CMYK 0.000.970.30   0.18
XYZ31.265915.615528.5603
Yxy15.61550.41440.2070
Hunter Lab39.516572.0776-15.1900
CIE-Lab46.465975.9053-20.3259

#d00692 color RGB value is (208,6,146).

#d00692 hex color red value is 208, green value is 6 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #d00692 hue: 0.88 , saturation: 0.94 and the lightness value of d00692 is 0.42.

The process color (four color CMYK) of #d00692 color hex is 0.00, 0.97, 0.30, 0.18. Web safe color of #d00692 is #cc0099. Color #d00692 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000110 10010010
Octal 320 6 222
Decimal 208 6 146
Hex D0 6 92

RGB Percentages of Color #d00692

%57.78
%1.67
%40.56

CMYK Percentages of Color #d00692

%0
%97
%30
%18

Triadic Colors of #d00692

#d00692 #92d006 #0692d0

Analogous Colors of #d00692

#d00692 #d0062d #a906d0

Monochromatic Colors of #d00692

#d00692

Complementary Color

#d00692 #06d044

#d00692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00692 Color CSS Codes

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

#d00692 Text Font Color

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

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


#d00692 Background Color

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

This div background color is #d00692


#d00692 Border Color

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

This div border color is #d00692


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00692


Comments

No comments written yet.

Please login to write comment.