Color Hex Logo

#ce0684 Color Hex

#CE0684
(206,6,132)
0 Favorites   0 Comments

Color spaces of #ce0684

RGB 2066132
HSL0.900.940.42
HSV322°97°81°
CMYK 0.000.970.36   0.19
XYZ29.683614.918023.1448
Yxy14.91800.43820.2202
Hunter Lab38.623869.5910-8.4920
CIE-Lab45.521774.0518-13.2888

#ce0684 color RGB value is (206,6,132).

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

The process color (four color CMYK) of #ce0684 color hex is 0.00, 0.97, 0.36, 0.19. Web safe color of #ce0684 is #cc0099. Color #ce0684 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000110 10000100
Octal 316 6 204
Decimal 206 6 132
Hex CE 6 84

RGB Percentages of Color #ce0684

%59.88
%1.74
%38.37

CMYK Percentages of Color #ce0684

%0
%97
%36
%19

Triadic Colors of #ce0684

#ce0684 #84ce06 #0684ce

Analogous Colors of #ce0684

#ce0684 #ce0620 #b406ce

Monochromatic Colors of #ce0684

#ce0684

Complementary Color

#ce0684 #06ce50

#ce0684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce0684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce0684 Color CSS Codes

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

#ce0684 Text Font Color

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

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


#ce0684 Background Color

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

This div background color is #ce0684


#ce0684 Border Color

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

This div border color is #ce0684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce0684


Comments

No comments written yet.

Please login to write comment.