Color Hex Logo

#c04335 Color Hex

#C04335
(192,67,53)
0 Favorites   0 Comments

Color spaces of #c04335

RGB 1926753
HSL0.020.570.48
HSV72°75°
CMYK 0.000.650.72   0.25
XYZ24.388015.47785.0703
Yxy15.47780.54270.3444
Hunter Lab39.341841.803919.8981
CIE-Lab46.281849.267535.4285

#c04335 color RGB value is (192,67,53).

#c04335 hex color red value is 192, green value is 67 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #c04335 hue: 0.02 , saturation: 0.57 and the lightness value of c04335 is 0.48.

The process color (four color CMYK) of #c04335 color hex is 0.00, 0.65, 0.72, 0.25. Web safe color of #c04335 is #cc3333. Color #c04335 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000011 00110101
Octal 300 103 65
Decimal 192 67 53
Hex C0 43 35

RGB Percentages of Color #c04335

%61.54
%21.47
%16.99

CMYK Percentages of Color #c04335

%0
%65
%72
%25

Triadic Colors of #c04335

#c04335 #35c043 #4335c0

Analogous Colors of #c04335

#c04335 #c08935 #c0356d

Monochromatic Colors of #c04335

#c04335

Complementary Color

#c04335 #35b2c0

#c04335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04335 Color CSS Codes

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

#c04335 Text Font Color

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

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


#c04335 Background Color

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

This div background color is #c04335


#c04335 Border Color

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

This div border color is #c04335


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,67,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c04335; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c04335;
  -webkit-box-shadow: 1px 1px 3px 2px #c04335;
  box-shadow:         1px 1px 3px 2px #c04335; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,67,53, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04335


Comments

No comments written yet.

Please login to write comment.