Color Hex Logo

#ce464b Color Hex

#CE464B
(206,70,75)
0 Favorites   0 Comments

Color spaces of #ce464b

RGB 2067075
HSL0.990.580.54
HSV358°66°81°
CMYK 0.000.660.64   0.19
XYZ28.913818.01018.6090
Yxy18.01010.52070.3243
Hunter Lab42.438347.347517.6793
CIE-Lab49.508453.909627.1046

#ce464b color RGB value is (206,70,75).

#ce464b hex color red value is 206, green value is 70 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ce464b hue: 0.99 , saturation: 0.58 and the lightness value of ce464b is 0.54.

The process color (four color CMYK) of #ce464b color hex is 0.00, 0.66, 0.64, 0.19. Web safe color of #ce464b is #cc3333. Color #ce464b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000110 01001011
Octal 316 106 113
Decimal 206 70 75
Hex CE 46 4B

RGB Percentages of Color #ce464b

%58.69
%19.94
%21.37

CMYK Percentages of Color #ce464b

%0
%66
%64
%19

Triadic Colors of #ce464b

#ce464b #4bce46 #464bce

Analogous Colors of #ce464b

#ce464b #ce8546 #ce468f

Monochromatic Colors of #ce464b

#ce464b

Complementary Color

#ce464b #46cec9

#ce464b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce464b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce464b Color CSS Codes

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

#ce464b Text Font Color

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

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


#ce464b Background Color

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

This div background color is #ce464b


#ce464b Border Color

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

This div border color is #ce464b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce464b


Comments

No comments written yet.

Please login to write comment.