Color Hex Logo

#cd6330 Color Hex

#CD6330
(205,99,48)
0 Favorites   0 Comments

Color spaces of #cd6330

RGB 2059948
HSL0.050.620.50
HSV19°77°80°
CMYK 0.000.520.77   0.20
XYZ30.172222.11625.4749
Yxy22.11620.52230.3829
Hunter Lab47.027932.223526.0171
CIE-Lab54.150138.711547.1293

#cd6330 color RGB value is (205,99,48).

#cd6330 hex color red value is 205, green value is 99 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #cd6330 hue: 0.05 , saturation: 0.62 and the lightness value of cd6330 is 0.50.

The process color (four color CMYK) of #cd6330 color hex is 0.00, 0.52, 0.77, 0.20. Web safe color of #cd6330 is #cc6633. Color #cd6330 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01100011 00110000
Octal 315 143 60
Decimal 205 99 48
Hex CD 63 30

RGB Percentages of Color #cd6330

%58.24
%28.13
%13.64

CMYK Percentages of Color #cd6330

%0
%52
%77
%20

Triadic Colors of #cd6330

#cd6330 #30cd63 #6330cd

Analogous Colors of #cd6330

#cd6330 #cdb230 #cd304b

Monochromatic Colors of #cd6330

#cd6330

Complementary Color

#cd6330 #309acd

#cd6330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd6330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd6330 Color CSS Codes

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

#cd6330 Text Font Color

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

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


#cd6330 Background Color

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

This div background color is #cd6330


#cd6330 Border Color

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

This div border color is #cd6330


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,99,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 #cd6330">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd6330


Comments

No comments written yet.

Please login to write comment.