Color Hex Logo

#ce064b Color Hex

#CE064B
(206,6,75)
0 Favorites   0 Comments

Color spaces of #ce064b

RGB 206675
HSL0.940.940.42
HSV339°97°81°
CMYK 0.000.970.64   0.19
XYZ26.788713.76017.9006
Yxy13.76010.55290.2840
Hunter Lab37.094663.992213.3383
CIE-Lab43.886969.691119.8346

#ce064b color RGB value is (206,6,75).

#ce064b hex color red value is 206, green value is 6 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ce064b hue: 0.94 , saturation: 0.94 and the lightness value of ce064b is 0.42.

The process color (four color CMYK) of #ce064b color hex is 0.00, 0.97, 0.64, 0.19. Web safe color of #ce064b is #cc0033. Color #ce064b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000110 01001011
Octal 316 6 113
Decimal 206 6 75
Hex CE 6 4B

RGB Percentages of Color #ce064b

%71.78
%2.09
%26.13

CMYK Percentages of Color #ce064b

%0
%97
%64
%19

Triadic Colors of #ce064b

#ce064b #4bce06 #064bce

Analogous Colors of #ce064b

#ce064b #ce2506 #ce06af

Monochromatic Colors of #ce064b

#ce064b

Complementary Color

#ce064b #06ce89

#ce064b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce064b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce064b Color CSS Codes

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

#ce064b Text Font Color

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

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


#ce064b Background Color

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

This div background color is #ce064b


#ce064b Border Color

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

This div border color is #ce064b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,6,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 #ce064b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce064b


Comments

No comments written yet.

Please login to write comment.