Color Hex Logo

#ce6276 Color Hex

#CE6276
(206,98,118)
0 Favorites   0 Comments

Color spaces of #ce6276

RGB 20698118
HSL0.970.520.60
HSV349°52°81°
CMYK 0.000.520.43   0.19
XYZ33.091323.165219.8668
Yxy23.16520.43470.3043
Hunter Lab48.130238.49749.2179
CIE-Lab55.242144.66759.3948

#ce6276 color RGB value is (206,98,118).

#ce6276 hex color red value is 206, green value is 98 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #ce6276 hue: 0.97 , saturation: 0.52 and the lightness value of ce6276 is 0.60.

The process color (four color CMYK) of #ce6276 color hex is 0.00, 0.52, 0.43, 0.19. Web safe color of #ce6276 is #cc6666. Color #ce6276 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100010 01110110
Octal 316 142 166
Decimal 206 98 118
Hex CE 62 76

RGB Percentages of Color #ce6276

%48.82
%23.22
%27.96

CMYK Percentages of Color #ce6276

%0
%52
%43
%19

Triadic Colors of #ce6276

#ce6276 #76ce62 #6276ce

Analogous Colors of #ce6276

#ce6276 #ce8462 #ce62ac

Monochromatic Colors of #ce6276

#ce6276

Complementary Color

#ce6276 #62ceba

#ce6276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce6276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce6276 Color CSS Codes

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

#ce6276 Text Font Color

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

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


#ce6276 Background Color

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

This div background color is #ce6276


#ce6276 Border Color

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

This div border color is #ce6276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce6276


Comments

No comments written yet.

Please login to write comment.