color codes Logo

#c74e02 color codes

#C74E02
(199,78,2)
0 Favorites   0 Comments

Color spaces of #c74e02

RGB 199782
HSL0.060.980.39
HSV23°99°78°
CMYK 0.000.610.99   0.22
XYZ26.288517.59532.0681
Yxy17.59530.57210.3829
Hunter Lab41.946838.461126.4396
CIE-Lab49.001545.592058.7094

#c74e02 color RGB value is (199,78,2).

#c74e02 hex color red value is 199, green value is 78 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #c74e02 hue: 0.06 , saturation: 0.98 and the lightness value of c74e02 is 0.39.

The process color (four color CMYK) of #c74e02 color code is 0.00, 0.61, 0.99, 0.22. Web safe color of #c74e02 is #cc6600. Color #c74e02 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001110 00000010
Octal 307 116 2
Decimal 199 78 2
Hex C7 4E 2

RGB Percentages of Color #c74e02

%71.33
%27.96
%0.72

CMYK Percentages of Color #c74e02

%0
%61
%99
%22

Triadic Colors of #c74e02

#c74e02 #02c74e #4e02c7

Analogous Colors of #c74e02

#c74e02 #c7b102 #c70218

Monochromatic Colors of #c74e02

#c74e02

Complementary Color

#c74e02 #027bc7

#c74e02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74e02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74e02 Color CSS Codes

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

#c74e02 Text Font Color

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

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


#c74e02 Background Color

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

This div background color is #c74e02


#c74e02 Border Color

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

This div border color is #c74e02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74e02


Comments

No comments written yet.

Please login to write comment.