Color Hex Logo

#d62330 Color Hex

#D62330
(214,35,48)
0 Favorites   0 Comments

Color spaces of #d62330

RGB 2143548
HSL0.990.720.49
HSV356°84°84°
CMYK 0.000.840.78   0.16
XYZ28.866115.71164.3075
Yxy15.71160.59050.3214
Hunter Lab39.637960.625621.3034
CIE-Lab46.593866.287239.7726

#d62330 color RGB value is (214,35,48).

#d62330 hex color red value is 214, green value is 35 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #d62330 hue: 0.99 , saturation: 0.72 and the lightness value of d62330 is 0.49.

The process color (four color CMYK) of #d62330 color hex is 0.00, 0.84, 0.78, 0.16. Web safe color of #d62330 is #cc3333. Color #d62330 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00100011 00110000
Octal 326 43 60
Decimal 214 35 48
Hex D6 23 30

RGB Percentages of Color #d62330

%72.05
%11.78
%16.16

CMYK Percentages of Color #d62330

%0
%84
%78
%16

Triadic Colors of #d62330

#d62330 #30d623 #2330d6

Analogous Colors of #d62330

#d62330 #d67023 #d6238a

Monochromatic Colors of #d62330

#d62330

Complementary Color

#d62330 #23d6c9

#d62330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d62330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d62330 Color CSS Codes

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

#d62330 Text Font Color

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

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


#d62330 Background Color

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

This div background color is #d62330


#d62330 Border Color

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

This div border color is #d62330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d62330


Comments

No comments written yet.

Please login to write comment.