Color Hex Logo

#ce6334 Color Hex

#CE6334
(206,99,52)
0 Favorites   0 Comments

Color spaces of #ce6334

RGB 2069952
HSL0.050.610.51
HSV18°75°81°
CMYK 0.000.520.75   0.19
XYZ30.535322.29345.9425
Yxy22.29340.51960.3793
Hunter Lab47.215932.811125.5890
CIE-Lab54.336939.268945.4070

#ce6334 color RGB value is (206,99,52).

#ce6334 hex color red value is 206, green value is 99 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #ce6334 hue: 0.05 , saturation: 0.61 and the lightness value of ce6334 is 0.51.

The process color (four color CMYK) of #ce6334 color hex is 0.00, 0.52, 0.75, 0.19. Web safe color of #ce6334 is #cc6633. Color #ce6334 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100011 00110100
Octal 316 143 64
Decimal 206 99 52
Hex CE 63 34

RGB Percentages of Color #ce6334

%57.70
%27.73
%14.57

CMYK Percentages of Color #ce6334

%0
%52
%75
%19

Triadic Colors of #ce6334

#ce6334 #34ce63 #6334ce

Analogous Colors of #ce6334

#ce6334 #ceb034 #ce3452

Monochromatic Colors of #ce6334

#ce6334

Complementary Color

#ce6334 #349fce

#ce6334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce6334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce6334 Color CSS Codes

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

#ce6334 Text Font Color

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

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


#ce6334 Background Color

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

This div background color is #ce6334


#ce6334 Border Color

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

This div border color is #ce6334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce6334


Comments

No comments written yet.

Please login to write comment.