Color Hex Logo

#cc343d Color Hex

#CC343D
(204,52,61)
0 Favorites   0 Comments

Color spaces of #cc343d

RGB 2045261
HSL0.990.600.50
HSV356°75°80°
CMYK 0.000.750.70   0.20
XYZ26.972115.63036.0102
Yxy15.63030.55480.3215
Hunter Lab39.535252.591618.6613
CIE-Lab46.485759.235931.5834

#cc343d color RGB value is (204,52,61).

#cc343d hex color red value is 204, green value is 52 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #cc343d hue: 0.99 , saturation: 0.60 and the lightness value of cc343d is 0.50.

The process color (four color CMYK) of #cc343d color hex is 0.00, 0.75, 0.70, 0.20. Web safe color of #cc343d is #cc3333. Color #cc343d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110100 00111101
Octal 314 64 75
Decimal 204 52 61
Hex CC 34 3D

RGB Percentages of Color #cc343d

%64.35
%16.40
%19.24

CMYK Percentages of Color #cc343d

%0
%75
%70
%20

Triadic Colors of #cc343d

#cc343d #3dcc34 #343dcc

Analogous Colors of #cc343d

#cc343d #cc7734 #cc3489

Monochromatic Colors of #cc343d

#cc343d

Complementary Color

#cc343d #34ccc3

#cc343d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc343d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc343d Color CSS Codes

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

#cc343d Text Font Color

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

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


#cc343d Background Color

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

This div background color is #cc343d


#cc343d Border Color

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

This div border color is #cc343d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,52,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc343d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc343d;
  -webkit-box-shadow: 1px 1px 3px 2px #cc343d;
  box-shadow:         1px 1px 3px 2px #cc343d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,52,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc343d


Comments

No comments written yet.

Please login to write comment.