Color Hex Logo

#d00361 Color Hex

#D00361
(208,3,97)
0 Favorites   0 Comments

Color spaces of #d00361

RGB 208397
HSL0.920.970.41
HSV332°99°82°
CMYK 0.000.990.53   0.18
XYZ28.202714.338112.5903
Yxy14.33810.51160.2601
Hunter Lab37.865766.68356.7921
CIE-Lab44.714071.79557.2427

#d00361 color RGB value is (208,3,97).

#d00361 hex color red value is 208, green value is 3 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #d00361 hue: 0.92 , saturation: 0.97 and the lightness value of d00361 is 0.41.

The process color (four color CMYK) of #d00361 color hex is 0.00, 0.99, 0.53, 0.18. Web safe color of #d00361 is #cc0066. Color #d00361 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000011 01100001
Octal 320 3 141
Decimal 208 3 97
Hex D0 3 61

RGB Percentages of Color #d00361

%67.53
%0.97
%31.49

CMYK Percentages of Color #d00361

%0
%99
%53
%18

Triadic Colors of #d00361

#d00361 #61d003 #0361d0

Analogous Colors of #d00361

#d00361 #d00c03 #d003c8

Monochromatic Colors of #d00361

#d00361

Complementary Color

#d00361 #03d072

#d00361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00361 Color CSS Codes

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

#d00361 Text Font Color

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

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


#d00361 Background Color

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

This div background color is #d00361


#d00361 Border Color

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

This div border color is #d00361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00361


Comments

No comments written yet.

Please login to write comment.